summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/migrations/0002_notifications.py
AgeCommit message (Collapse)Author
2020-04-01Set on_delete=models.CASCADE on all relationsMagnus 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.