aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-3/+2
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* Fix #5376 - Ensure links have correct IDJessica Tallon2016-03-011-1/+7
* Fix #5390 - Create migration to delete Notifications and fix ReportJessica Tallon2016-01-201-3/+18
* Fix #5382 - Add migration and fix so tombstones are removed from collectionsJessica Tallon2016-01-151-0/+26
* Comment changes for federationJessica Tallon2015-10-201-1/+28
* Add Graveyard modelJessica Tallon2015-10-071-43/+44
* Add the __model_args__ deletion codeJessica Tallon2015-10-071-1/+53
* Attach the MediaGoblinApp to the engine, and provide a way for models to accessChristopher Allan Webber2014-12-031-0/+4
* Move the scoped_session, sessionmaker importsChristopher Allan Webber2014-12-031-1/+1
* An environment variable to transition towards removing global variablesChristopher Allan Webber2014-12-031-5/+9
* Give our sqlalchemy objects access to their own sessionChristopher Allan Webber2014-12-031-0/+6
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-211-2/+5
* Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-12/+0
* Remove custom GMQuery classSebastian Spaeth2013-01-071-14/+1
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-0/+91