Skip to content

1.5.0

Compare
Choose a tag to compare
@AlvaroLQueiroz AlvaroLQueiroz released this 08 Jul 17:34
· 140 commits to master since this release

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,
}