﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5406	Remove alembic config attributes hackery upon upgrading to Alembic 07.5	Christopher Allan Webber		"From commit [http://git.savannah.gnu.org/cgit/mediagoblin.git/commit/?id=4c77f3d56396a78f2708e59b9cb6c8f150b39b6d 4c77f3d] 

{{{
+        # TODO: After 0.7.5 alembic has Config.attributes already made, once
+        #       we're able to update, please remove this hack!
+        self.alembic_cfg.attributes = {}
+        self.alembic_cfg.attributes[""session""] = self.session
+        self.alembic_cfg.set_main_option(""qlalchemy.url"", str(self.engine.url))
}}}
"	defect	closed	major	0.9.0	programming	fixed			
