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