Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.8.0.tar.gz | 2023-05-27 | 31.3 kB | |
1.8.0.zip | 2023-05-27 | 57.3 kB | |
README.md | 2023-05-27 | 531 Bytes | |
Totals: 3 Items | 89.2 kB | 0 |
- 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