django-notifications/notifications
Álvaro Lázaro Gallego 25e15e412b PEP8 Fixes
2015-11-26 11:23:24 +01: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 Adding code for real-time list 2015-07-20 09:51:00 +00:00
templates/notifications Adding code for real-time list 2015-07-20 09:51:00 +00:00
templatetags Adding code for real-time list 2015-07-20 09:51:00 +00:00
tests fixed error in test ordering of keys 2015-07-26 02:33:30 +00:00
__init__.py Bump version 0.7.1 2015-10-20 10:19:03 +08:00
admin.py Adding filters and displays to model admin 2014-05-25 06:03:55 +00:00
models.py Add __str__ to Notification Model to support Python 3 2015-05-17 12:43:31 +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 PEP8 Fixes 2015-11-26 11:23:24 +01:00