django-notifications/notifications
Federico Capoano c271193215
Merge pull request #246 from tuky/patch-1
add db_index to default ordering field timestamp
2019-04-26 20:10:29 -04:00
..
migrations Rename 0007_auto_20181026_0541.py to 0007_add_timestamp_index.py 2019-01-22 09:59:35 +01: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 fix: Compatibility with Django 2.1+ 2019-04-18 14:58:42 +05:00
__init__.py Improve code quality on __init__.py, admin.py and apps.py 2018-05-31 00:22:43 -03:00
admin.py Improve code quality on __init__.py, admin.py and apps.py 2018-05-31 00:22:43 -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 add db_index to default ordering field timestamp 2018-10-26 12:23:35 +02: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 Fix #205 Adds ListAll and CountALL endpoints 2018-06-07 23:37:51 -03:00