django-notifications/notifications
2023-07-19 20:48:40 +08:00
..
base Fix #309 - Extract extra attributes from signal kwargs 2023-05-25 20:36:25 -03:00
locale update 2023-07-19 20:48:40 +08:00
migrations Test python 3.8 and Django 3.0 2020-01-19 01:18:25 -05:00
static/notifications Minor style improvements 2023-05-22 22:01:48 -03:00
templates/notifications fix attempt to fix my mess 2015-11-11 11:04:12 +00:00
templatetags Fix #243 Transform from Python boolean to JS boolean 2023-05-25 21:54:27 -03:00
tests Fix #309 - Extract extra attributes from signal kwargs 2023-05-25 20:36:25 -03:00
__init__.py Bump version to 1.8.0 2023-05-27 12:17:56 -03:00
admin.py Fix #289 - Added mark_unread action to the admin 2023-05-25 20:33:38 -03:00
apps.py Fix #312 2023-05-22 21:54:27 -03:00
helpers.py Add helpers.py file with some helper functions to ensure DRY principle 2023-05-23 21:19:11 -03:00
models.py Merge branch 'master' into 233 2023-05-07 17:41:35 -03:00
settings.py [feat] add caching and a setting CACHE_TIMEOUT to configure the timeout 2023-05-22 21:54:47 -03:00
signals.py fix(signals): make it compatible to Django 4.X. (#323) 2023-05-22 21:52:45 -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 #311 2023-05-27 11:09:36 -03:00