Remove default_app_config definitions.
Review Request #11962 — Created Jan. 21, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
Django now auto-detects the
default_app_config
, and warns about defining
it explicitly. This change gets rid of those definitions.
Ran unit tests.