Fix #235 typo in changelog

This commit is contained in:
Alvaro Mariano 2023-05-25 20:40:28 -03:00
parent fdf5c1d222
commit fa56e3e5f9

View file

@ -28,7 +28,7 @@
Now all configs for the app are made inside the dictionary
*DJANGO\_NOTIFICATION\_CONFIG* in *settings.py*.
Default configs: `` `Python DJANGO_NOTIFICATION_CONFIG = {
Default configs: `` `Python DJANGO_NOTIFICATIONS_CONFIG = {
'PAGINATE_BY': 20, 'USE_JSONFIELD': False, 'SOFT_DELETE': False,
'NUM_TO_FETCH': 10, } ``\`