aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #5369 - Broken activities cause issues in migrationsJessica Tallon2016-01-061-1/+1
* Fix #5363 - Collections don't serialize correctlyJessica Tallon2015-11-251-1/+1
* Fix #5354 & #5355 - Fix Graveyard.serializeJessica Tallon2015-11-231-7/+14
* Use urljoin to create proper feed media URLsayleph2015-11-191-2/+3
* Comment changes for federationJessica Tallon2015-10-201-149/+138
* Add public_id fixes throughout the codeJessica Tallon2015-10-071-1/+3
* Add Graveyard modelJessica Tallon2015-10-071-24/+66
* Add the __model_args__ deletion codeJessica Tallon2015-10-071-1/+28
* Collection changes and migration for federationJessica Tallon2015-10-071-39/+81
* Fix some unit tests and bugsJessica Tallon2015-08-241-21/+22
* Fix serialization after model changesJessica Tallon2015-08-201-4/+6
* Change structure of MediaEntry and add migrationJessica Tallon2015-08-191-10/+9
* Add the user models to the MODELS listJessica Tallon2015-07-311-7/+7
* Add polymorphic properties to UserJessica Tallon2015-07-311-0/+16
* Add LocalUser and RemoteUser and migrationJessica Tallon2015-07-311-58/+97
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-13/+14
* Add a more verbose GenericForeignKey implementationJessica Tallon2015-05-261-65/+36
* Remove deprecated fields and fix activity creation in toolsJessica Tallon2015-05-261-9/+0
* More fixed recommended by ElrondJessica Tallon2015-05-261-11/+8
* Add some fixes Elrond suggested and doc stringsJessica Tallon2015-05-261-14/+41
* Add migration to remove ActivityIntermediatorJessica Tallon2015-05-261-56/+0
* Fix the GenericForeignKey implementationJessica Tallon2015-05-261-22/+36
* Migrate Activity to using the new GenericForeignKeyJessica Tallon2015-05-261-46/+26
* Add GenericForeignKey field and reference helper modelJessica Tallon2015-05-261-2/+78
* Fix #1065 - Migrate from native datetimes to UTCJessica Tallon2015-02-151-20/+20
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-151-7/+7
* Fix #1052 - Make activity cascade delete work when deleting a userJessica Tallon2015-01-271-1/+2
* Fix #1077 - Fix updating comment via API and add testJessica Tallon2014-12-161-22/+16
* Fix #1053 - Add height and width attributes and MetadataProcess taskJessica Tallon2014-12-111-0/+16
* Fix #1049 - name renamed to displayName for LocationJessica Tallon2014-12-051-3/+3
* Fix #1040 - Comments should have published attributeJessica Tallon2014-11-271-1/+4
* Fix unicode handling in "gmg addmedia".Berker Peksag2014-11-221-1/+5
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-211-11/+28
* Fix #1039 - Fix typo in user model 'oublished' to 'published'Jessica Tallon2014-11-201-1/+1
* Fix #1023 - Make timestamps in API timezone awareJessica Tallon2014-11-191-4/+11
* Fix User and MediaEntry serialize and add serialize to models which need itJessica Tallon2014-11-041-2/+17
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-211-8/+9
* Merge branch 'location'Jessica Tallon2014-10-091-4/+112
|\
| * Add location model and migrationsJessica Tallon2014-10-091-5/+114
* | Merge branch '905-activities'Jessica Tallon2014-10-071-13/+189
|\ \
| * | Add __repr__ to Activity and Generator classJessica Tallon2014-10-071-0/+18
| * | Fix bug where activity.content was not populatedJessica Tallon2014-10-061-2/+6
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-061-2/+2
| * | Only have Model.activity for activity compatable objects/targetsJessica Tallon2014-09-031-62/+34
| * | Fix migrations and refactor object_typeJessica Tallon2014-09-021-45/+36
| * | Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-271-182/+148
| * | Add better support for targets on ActivitiesJessica Tallon2014-08-261-43/+80
| * | Create activity model and add activity creationJessica Tallon2014-08-221-3/+191
| |/
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-011-0/+4
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-19/+201
|\ \