Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove default_config for Django versions 3.2+ #226

Merged

Conversation

mschoettle
Copy link
Contributor

Addresses deprecation warning:

RemovedInDjango41Warning: 'easyaudit' defines default_app_config = 'easyaudit.apps.EasyAuditConfig'.
Django now detects this configuration automatically. You can remove default_app_config.

See: https://docs.djangoproject.com/en/4.0/releases/3.2/#automatic-appconfig-discovery

Addresses deprecation warning:
RemovedInDjango41Warning: 'easyaudit' defines default_app_config = 'easyaudit.apps.EasyAuditConfig'.
Django now detects this configuration automatically. You can remove default_app_config.

Signed-off-by: Matthias Schoettle <git@mattsch.com>
@jheld jheld merged commit 77ac379 into soynatan:master Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants