Custom Query (1174 matches)
Results (157 - 159 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5406 | fixed | Remove alembic config attributes hackery upon upgrading to Alembic 07.5 | ||
| Description |
From commit 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))
|
|||
| #5403 | fixed | Use upstream version of freesound | ||
| Description |
#5333 was closed by changing freesound in extlib. This is not the best thing to do; the best would be to use upstream version without modification (see extlib/README). This ticket is here to verify that we use the same code upstream has. Pull request to upstream: https://github.com/MTG/freesound/pull/700 |
|||
| #5402 | fixed | no instructions for python3 | ||
| Description |
Current instructions are for python2. Some packages in debian repos are not python-*, but python3-*. |
|||
