v4.5.0
Fixes a couple of deprecation warnings:
- no longer exports a
default_app_config
above Django 3.2 - moves from using
imp
toimportlib
in concert with Django's import helpers for task discovery
Fixes a couple of deprecation warnings:
default_app_config
above Django 3.2imp
to importlib
in concert with Django's import helpers for task discovery