summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/migrations
AgeCommit message (Collapse)Author
2021-12-12Update for django 3.2 compatibilityMagnus Hagander
2020-04-01Set on_delete=models.CASCADE on all relationsMagnus Hagander
2019-02-06Add index to patchhistory.dateMagnus Hagander
2019-02-06Add a field to each patch for target versionMagnus Hagander
This is particularly interesting towards the end of a cycle where it can be used to flag patches that are not intended for the current version but still needs review.
2019-02-06Update migrations for py3 unicodeMagnus Hagander
Need to change old migrations not to indicate we need new ones.
2019-02-05Convert all spaces to tabsMagnus Hagander
2018-12-23Add "withdrawn" commitfest statusMagnus Hagander
By popular (?) request
2018-12-23Merge old model changes that never made it into migrationsMagnus Hagander
2016-02-12Implement notificationsMagnus Hagander
This makes it possible to receive notifications (via email) when a patch has been updated. It's possible to subscribe to notifications on a specific patch. It is also possible to set the user profile up so that one receives notifications for all patches where one is author, reviewer or committer on. Notifications are, of course, only sent when other people make modifications to the entry.
2016-02-12Add initial django migrations for all appsMagnus Hagander
Should've been done with the migration to django 1.8, but better late than never...