combo/combo/apps/notifications
Lauréline Guérin ccf99d908f
dj2: is_anonymous and is_authenticated are now properties (#36895)
remove RemovedInDjango20Warning:
Using user.is_authenticated() and user.is_anonymous() as a method is deprecated.
Remove the parentheses to use it as an attribute.
2019-10-29 08:35:46 +01:00
..
migrations dj2: add explicit on_delete on all ForeignKey (#36895) 2019-10-29 08:35:21 +01:00
templates/combo pwa: add option to enable support for push notifications (#31388) 2019-07-02 11:11:31 +02:00
__init__.py add notification system (#13812) 2016-11-18 14:58:50 +01:00
api_views.py notifications: don't try passive authentication on count API (#34780) 2019-07-12 10:05:44 +02:00
models.py dj2: is_anonymous and is_authenticated are now properties (#36895) 2019-10-29 08:35:46 +01:00
urls.py notifications: accept more characters (: and _) in notification ids (#34242) 2019-06-25 08:16:21 +02:00