aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #5369 - Broken activities cause issues in migrationsJessica Tallon2016-01-061-6/+85
* Fix a exception db closed exception in migrationsJessica Tallon2015-12-291-6/+6
* Fix migrations of activity intermediatorsJessica Tallon2015-12-291-11/+11
* Fix #5368 - Improve test efficiancyJessica Tallon2015-12-291-4/+5
* Comment changes for federationJessica Tallon2015-10-201-4/+269
* Add public_id fixes throughout the codeJessica Tallon2015-10-071-0/+29
* Add Graveyard modelJessica Tallon2015-10-071-57/+16
* Add the __model_args__ deletion codeJessica Tallon2015-10-071-0/+67
* Collection changes and migration for federationJessica Tallon2015-10-071-0/+144
* Fix some unit tests and bugsJessica Tallon2015-08-241-1/+2
* Fix #5344 - OAuth NotImplemented exceptionJessica Tallon2015-08-211-0/+59
* Change structure of MediaEntry and add migrationJessica Tallon2015-08-191-3/+42
* Add the user models to the MODELS listJessica Tallon2015-07-311-9/+30
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-0/+1
* Add polymorphic properties to UserJessica Tallon2015-07-311-3/+9
* Add LocalUser and RemoteUser and migrationJessica Tallon2015-07-311-0/+120
* Fix removal of ActivityIntermediatory migrationJessica Tallon2015-06-241-2/+19
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-3/+3
* Add a more verbose GenericForeignKey implementationJessica Tallon2015-05-261-2/+2
* Add migration to remove ActivityIntermediatorJessica Tallon2015-05-261-3/+12
* Migrate Activity to using the new GenericForeignKeyJessica Tallon2015-05-261-1/+140
* Add GenericForeignKey field and reference helper modelJessica Tallon2015-05-261-0/+15
* Fix the token issues in the migrationChristopher Allan Webber2015-02-171-3/+3
* acess_token->access_tokenChristopher Allan Webber2015-02-171-1/+1
* Fixing typo: notifiction->notificationChristopher Allan Webber2015-02-171-1/+1
* This one should be dt_to_utc, not db_to_utc, I believeChristopher Allan Webber2015-02-171-1/+1
* Fix #1065 - Migrate from native datetimes to UTCJessica Tallon2015-02-151-0/+126
* Merge branch 'location'Jessica Tallon2014-10-091-0/+37
|\
| * Add location model and migrationsJessica Tallon2014-10-091-0/+37
* | Merge branch '905-activities'Jessica Tallon2014-10-071-2/+193
|\ \
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-061-32/+42
| * | Only have Model.activity for activity compatable objects/targetsJessica Tallon2014-09-031-23/+13
| * | Fix migrations and refactor object_typeJessica Tallon2014-09-021-43/+105
| * | Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-271-37/+108
| * | Create activity model and add activity creationJessica Tallon2014-08-221-0/+58
| |/
* | Fix migrations on Python 2.Christopher Allan Webber2014-09-301-0/+3
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-9/+179
|\|
| * Fix a python2.6 compatibility issue. Removing a dict comprehension.Christopher Allan Webber2014-08-181-1/+2
| * Elrond keeps pointing out places I should "is not None" at :)Christopher Allan Webber2014-08-081-2/+2
| * Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek!Christopher Allan Webber2014-08-081-1/+1
| * this negation needs parens.Christopher Allan Webber2014-08-081-1/+1
| * Pull the indexes out of the dictionary directlyChristopher Allan Webber2014-08-081-8/+11
| * If the constraint already exists, roll back to a sane state.Christopher Allan Webber2014-08-081-1/+1
| * Explaining why we're committing mid-migrationChristopher Allan Webber2014-08-081-0/+4
| * Only add the constraint if we need to. Catch an exception if we don't.Christopher Allan Webber2014-08-071-6/+10
| * Document both migrations, comment out old migrationChristopher Allan Webber2014-08-071-9/+35
| * Add a new migration which removes/fixes the old migrationChristopher Allan Webber2014-08-071-0/+50
| * Fix issue where create_uuid doesn't exist nor usedJessica Tallon2014-07-221-1/+2
| * Make sure new media has a new uuid added onJessica Tallon2014-07-221-7/+6
| * Adds migration on MediaEntry to add uuidJessica Tallon2014-07-221-1/+0