aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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