Skip to content

Releases: django-notifications/django-notifications

1.8.3

19 Oct 00:00
Compare
Choose a tag to compare
  • Fixes missing static folder/files

1.8.2

31 May 12:12
Compare
Choose a tag to compare
  • Added the migration for verbose_name changes

1.8.0

27 May 15:42
Compare
Choose a tag to compare
  • Added support for Django 4.1
  • Dropped support for Django < 3.2 and Python < 3.7
  • Added indexes for GenericForeignKey fields in AbstractNotificationModel (see https://docs.djangoproject.com/en/4.1/ref/contrib/contenttypes/#generic-relations)
  • new setting 'CACHE_TIMEOUT' to cache certain result such as "notifications.unread().count".
    (a timeout value of 0 won’t cache anything).
  • #263 Fix vunerability in views
  • #233 Adds methods to convert to human readable type
  • Translate project all strings

1.7.0

01 Mar 19:29
1.7.0
ab4011e
Compare
Choose a tag to compare
  • Added support for Django 3.2 and Django 4.0
  • Fixed bug on IE11 for using forEach in notify.js

1.6.0

21 Feb 21:10
1.6.0
Compare
Choose a tag to compare
  • Added support to Django up to version 3.0
  • Added AbstractNotification model
  • Added prefetch for actor field in admin
  • Added never_cache to some views to avoid no-update bug

1.5.0

08 Jul 17:34
Compare
Choose a tag to compare

THIS VERSION HAS BREAKING CHANGES:
Now all configs for the app are made inside the dictionary DJANGO_NOTIFICATION_CONFIG in settings.py.

Default configs:

DJANGO_NOTIFICATION_CONFIG = {
    'PAGINATE_BY': 20,
    'USE_JSONFIELD': False,
    'SOFT_DELETE': False,
    'NUM_TO_FETCH': 10,
}

1.4.0

27 May 01:32
Compare
Choose a tag to compare
  • Adds support for django 2.0.0 (@jphamcsp and @nemesisdesign).
  • Adds database index for some fields (@nemesisdesign).
  • Changes the ID-based selection to a class-based selection in the methods live_notify_badge and live_notify_list (@AlvaroLQueiroz).
  • Now extra data and slug are returned on live_unread_notification_list API (@AlvaroLQueiroz).
  • Fix documentation issues (@archatas, @yaoelvon and @AlvaroLQueiroz).

1.3

25 Jun 23:29
Compare
Choose a tag to compare
1.3
Bump version 1.3