aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/dbupdate.py
Commit message (Expand)AuthorAgeFilesLines
* modified gmg to use plugin media_types and converted image media_type to new ...Rodney Ewing2013-07-021-9/+1
* Fixing bug in dbupdate where it would explode on plugin that is missing MODEL...Christopher Allan Webber2013-05-161-0/+2
* Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...Christopher Allan Webber2013-04-261-1/+1
* Don't turn on sqlite refcheck stuff during migrationsChristopher Allan Webber2013-04-261-1/+1
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-1/+1
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-1/+1
* Move db.sql.migrations to db.migrationsSebastian Spaeth2012-12-251-1/+1
* Move db.sql.open to db.openSebastian Spaeth2012-12-251-1/+1
* RIP out mongoSebastian Spaeth2012-12-251-1/+1
* Fixed testsJoar Wandborg2012-09-151-1/+1
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-4/+42
* Make sure MigrationManagers always get Unicode names.Brett Smith2012-07-041-1/+1
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-2/+1
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-261-2/+6
* Updates so that dbupdate command worksChristopher Allan Webber2012-02-181-6/+11
* No need for self here (thanks again Elrond ;))Christopher Allan Webber2012-01-291-1/+1
* Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-291-0/+84