django-notifications/notifications
2020-02-13 15:13:56 -05:00
..
base Test python 3.8 and Django 3.0 2020-01-19 01:18:25 -05:00
migrations Test python 3.8 and Django 3.0 2020-01-19 01:18:25 -05:00
static/notifications Uses a class instead of a id to fill live notifications 2017-07-02 19:23:22 -04:00
templates/notifications fix attempt to fix my mess 2015-11-11 11:04:12 +00:00
templatetags Fix #164 Add a filter to check if an user has notifications 2018-06-07 23:01:50 -03:00
tests Added prefetch for actor field in admin 2019-09-12 10:19:08 +03:00
__init__.py JSONField has updated, the patch is no longer needed. Horray! 2020-02-13 15:13:56 -05:00
admin.py Added prefetch for actor field in admin 2019-09-12 10:19:08 +03:00
apps.py Improve code quality on __init__.py, admin.py and apps.py 2018-05-31 00:22:43 -03:00
models.py [models] Added AbstractNotification #202 2019-04-28 14:59:42 -04:00
settings.py Fix #205 Adds ListAll and CountALL endpoints 2018-06-07 23:37:51 -03:00
signals.py Improve code quality on settings.py 2018-05-31 00:05:08 -03:00
urls.py Fix url pattern alias for the re_path django recommended function 2018-06-14 12:26:19 -03:00
utils.py Improve code quality on utils.py 2018-05-30 23:59:07 -03:00
views.py Update views.py 2019-09-18 13:43:50 +02:00