aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* import db.sql.util -> db.utilSebastian Spaeth2013-01-171-1/+1
* Implement User.delete() (#540)Sebastian Spaeth2013-01-171-1/+22
* Implement Collection.delete()Sebastian Spaeth2013-01-171-1/+10
* Implement MediaEntry().delete() (#540)Sebastian Spaeth2013-01-171-3/+36
* Simplify check_media_slug_usedSebastian Spaeth2013-01-152-7/+5
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-082-1/+1
* Add inspect_table.Elrond2013-01-082-7/+11
* Move all the migration tools into new migration_tools.pyElrond2013-01-083-250/+265
* Remove custom GMQuery classSebastian Spaeth2013-01-071-14/+1
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-076-21/+4
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-073-2/+2
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-075-5/+5
* Move db.sql.util to db.utilSebastian Spaeth2013-01-073-331/+310
* Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-073-35/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-252-10/+1
* Remove InvalidIdSebastian Spaeth2012-12-252-10/+2
* Move db.sql.migrations to db.migrationsSebastian Spaeth2012-12-251-0/+0
* Move db.sql.open to db.openSebastian Spaeth2012-12-253-82/+63
* RIP out mongoSebastian Spaeth2012-12-2513-1400/+7
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-2/+1
* Remove Mongoism query.skip()Sebastian Spaeth2012-12-211-3/+0
* Remove SimpleFieldAliasSebastian Spaeth2012-12-211-12/+0
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-213-29/+6
* Remove print statments from this migration.Christopher Allan Webber2012-12-101-6/+5
* Fix typo, disable debugging.Elrond2012-12-101-3/+2
* UniqueConstraing migration: Adding the explaining comments.Elrond2012-12-101-0/+23
* Fixing our broken CollectionItem unique constraint.Elrond2012-12-101-4/+42
* Ensure query_dict is a dict after the contents have been modified.Nathan Yergler2012-12-101-2/+8
* Eeek! Set the migration number to the current migration number being run!Christopher Allan Webber2012-12-091-1/+1
* Elrond's suggestion: have set_current_migration execute after each migration ...Christopher Allan Webber2012-12-091-1/+1
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-3/+21
* Implement licenses.get_license_by_urlSebastian Spaeth2012-11-301-1/+1
* Use mediagoblin import machinerySebastian Spaeth2012-11-301-4/+5
* Remove importlib (python2.7'ism)Sebastian Spaeth2012-11-301-3/+1
* Merge some small bits by spaetz. Needed later.Elrond2012-11-282-6/+8
|\
| * Add commit argument to clean_orphan_tagsSebastian Spaeth2012-11-281-4/+4
| * Add "commit" argument to Base model delete()Elrond2012-11-281-2/+4
* | Merge remote-tracking branch 'refs/remotes/elrond/sql/migrate_new_tables'Christopher Allan Webber2012-11-261-33/+45
|\ \ | |/ |/|
| * SQL Migrations: Rewrite table creation completely.Elrond2012-11-241-33/+45
* | Stop unicode conversion warning during dbupdate.Elrond2012-11-241-1/+1
|/
* Simplify/Robustify the thumbnail URL usage in templatesSebastian Spaeth2012-11-151-0/+19
* Added cascade all, delete-orphan to ProcessingMetaDataJoar Wandborg2012-09-271-5/+7
* HTTP callback fixesJoar Wandborg2012-09-261-1/+9
* Added support for http callbacks on processingJoar Wandborg2012-09-262-2/+24
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-212-7/+13
* Style fixesJoar Wandborg2012-09-181-0/+1
* Fixed collection sidebar for media_home to user collection.url_for_self inste...Aaron Williamson2012-09-181-1/+1
* Added default for 'collected' column to migrationAaron Williamson2012-09-181-1/+1
* Fixed migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-2/+5
* Added migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-1/+30