mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Updating changelog
This commit is contained in:
parent
51677dd836
commit
8ba5e32cea
1 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,29 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.5
|
||||
----
|
||||
__THIS VERSION HAS BREAKING CHANGES__:
|
||||
Now all configs for the app are made inside the dictionary *DJANGO_NOTIFICATION_CONFIG* in *settings.py*.
|
||||
|
||||
Default configs:
|
||||
```Python
|
||||
DJANGO_NOTIFICATION_CONFIG = {
|
||||
'PAGINATE_BY': 20,
|
||||
'USE_JSONFIELD': False,
|
||||
'SOFT_DELETE': False,
|
||||
'NUM_TO_FETCH': 10,
|
||||
}
|
||||
```
|
||||
|
||||
- Improve code quality. (@AlvaroLQueiroz)
|
||||
- Improve url patterns and remove duplicated code. (@julianogouveia)
|
||||
- Added a view for show all notifications. #205 (@AlvaroLQueiroz)
|
||||
- Added a new tag to verify if an user has unread notifications. #164 (@AlvaroLQueiroz)
|
||||
- Improve documentation. (@pandabearcoder)
|
||||
- Fix pagination in list views. #69 (@AlvaroLQueiroz)
|
||||
- Improve test matrix. (@AlvaroLQueiroz)
|
||||
|
||||
1.4
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue