aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/open.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-4/+4
* There's absolutely no reason for a Session().commit object mirrored onto Sess...Christopher Allan Webber2014-12-031-4/+0
* Attach the MediaGoblinApp to the engine, and provide a way for models to accessChristopher Allan Webber2014-12-031-1/+6
* Adding query property to DatabaseMaster for forward compatibilityChristopher Allan Webber2014-12-031-0/+4
* Attach the base models to sessions and the DatabaseMaster for backwards compa...Christopher Allan Webber2014-12-031-2/+14
* Some docstringsChristopher Allan Webber2014-12-031-0/+13
* Return DatabaseManager or DatabaseMaster depending on DISABLE_GLOBALSChristopher Allan Webber2014-12-031-2/+6
* Oops, got the boolean backwards :PChristopher Allan Webber2014-12-031-1/+1
* Adding DatabaseManager as an alternative to DatabaseMasterChristopher Allan Webber2014-12-031-25/+77
* Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-2/+3
* Continue to port GMG codebase.Berker Peksag2014-05-081-1/+2
* modified gmg to use plugin media_types and converted image media_type to new ...Rodney Ewing2013-07-021-4/+0
* Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...Christopher Allan Webber2013-04-261-3/+15
* Don't turn on sqlite refcheck stuff during migrationsChristopher Allan Webber2013-04-261-2/+2
* Enable foreign key checking on sqlite.Elrond2013-01-181-1/+12
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Move db.sql.open to db.openSebastian Spaeth2012-12-251-3/+62
* RIP out mongoSebastian Spaeth2012-12-251-11/+1
* Create load_models().Elrond2012-03-201-2/+4
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Add develover sql switchElrond2012-01-281-2/+11
* Factor out check_db_migrations_currentElrond2012-01-011-1/+2
* Move db/open.py to db/mongo/open.pyElrond2011-12-201-39/+1
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-1/+1
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Merge branch 'master' into f411_new_migrationsChristopher Allan Webber2011-07-131-1/+2
|\
| * Move db_name default into config_spec.iniElrond2011-07-111-1/+1
* | give option in connect_database_from_config to connect to a pymongo.ConnectionChristopher Allan Webber2011-07-101-8/+25
|/
* Factor out most of the database connection into db/open.pyElrond2011-05-191-0/+37