django-notifications/notifications
2015-12-14 10:56:13 +08:00
..
migrations Add missing migration for Notification model 2015-08-26 16:40:52 +01:00
south_migrations Add 'data' field into Notification model 2015-03-20 19:03:41 +08:00
static/notifications fixes #82 2015-12-12 09:53:47 +00:00
templates/notifications fix attempt to fix my mess 2015-11-11 11:04:12 +00:00
templatetags added live tester page. Confirmed all works. 2015-12-12 07:09:20 +00:00
tests fix merge 2015-12-12 09:41:12 +00:00
__init__.py Make travis-ci happy 2015-12-14 10:56:13 +08:00
admin.py Adding filters and displays to model admin 2014-05-25 06:03:55 +00:00
models.py added app_label to Notification model in order to fix a django 1.9 deprecation warning 2015-11-30 17:13:12 +01:00
signals.py Add possibility to pass level when adding notification 2015-04-26 13:23:40 +02:00
urls.py Port all and unread views to classes 2015-11-26 11:17:12 +01:00
utils.py long no longer in py3, adding workaround 2015-04-09 04:43:47 +00:00
views.py fix merge 2015-12-12 09:41:12 +00:00