django-notifications/notifications
Henrique Pereira 345dd56522 Django 1.9 template tag compatibility
Due to register.simple_tag automatically espacing unsafe_html in Django 1.9, it is now needed to use mark_safe or format_html. I have chosen the later because it is the recommended solution.
2016-04-15 13:38:11 -03:00
..
migrations Custom now() invocation got overlooked by PR #113 2016-01-03 11:58:06 +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 Django 1.9 template tag compatibility 2016-04-15 13:38:11 -03:00
tests Merge pull request #121 from LegoStormtroopr/master 2016-03-27 10:48:48 +08:00
__init__.py Bump version 1.1 2016-03-29 09:06:22 +08:00
admin.py Fix Pep8 & use setuptools 2015-12-11 14:32:20 +01:00
apps.py Fix Pep8 & use setuptools 2015-12-11 14:32:20 +01:00
models.py Fix: Mark All As read fails if soft-deleted #126 2016-03-22 16:34:18 +08:00
signals.py Add possibility to pass level when adding notification 2015-04-26 13:23:40 +02:00
urls.py Tidy with flake8 2016-01-01 13:59:51 +11:00
utils.py Fix Pep8 & use setuptools 2015-12-11 14:32:20 +01:00
views.py catchup 2016-02-08 03:57:02 +00:00