mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-12 15:23:09 +00:00
Update changelog for potential release.
This commit is contained in:
parent
96d8771072
commit
ae09fe5e52
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
## 1.8.0
|
||||
|
||||
- #263 Fix vunerability in views
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue