Delay sending of notification until it's saved in database
Compare changes
+ 2
− 2
@@ -9,7 +9,7 @@ from django.contrib.contenttypes.fields import GenericForeignKey
@@ -456,7 +456,7 @@ class Notification(ExtensibleModel):
Otherwise Celery doesn't know this notification and can't send it.