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

Update django-oso to use automatic AppConfig discovery for Django 3.2+ #1648

Merged
merged 2 commits into from Mar 19, 2023

Conversation

devmonkey22
Copy link
Contributor

Update django-oso to use automatic AppConfig discovery for Django 3.2+ which avoids RemovedInDjango41Warning: 'django_oso' defines default_app_config = 'django_oso.apps.DjangoOsoConfig'. Django now detects this configuration automatically. You can remove default_app_config. warning. See https://docs.djangoproject.com/en/3.2/releases/3.2/#automatic-appconfig-discovery

…+ which avoids `RemovedInDjango41Warning: 'django_oso' defines default_app_config = 'django_oso.apps.DjangoOsoConfig'. Django now detects this configuration automatically. You can remove default_app_config.` warning. See https://docs.djangoproject.com/en/3.2/releases/3.2/#automatic-appconfig-discovery
@github-actions
Copy link

github-actions bot commented Nov 21, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

Copy link
Member

@gj gj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @devmonkey22!

@gj gj merged commit 76f7c46 into osohq:main Mar 19, 2023
19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants