You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Django 4.0 I have got this deprecation warning:
django.utils.deprecation.RemovedInDjango41Warning: 'django_extensions' defines default_app_config = 'django_extensions.apps.DjangoExtensionsConfig'. Django now detects this configuration automatically. You can remove default_app_config.
I expect, that the default_app_config definition can be removed.
The text was updated successfully, but these errors were encountered:
On Django 4.0 I have got this deprecation warning:
I expect, that the
default_app_config
definition can be removed.The text was updated successfully, but these errors were encountered: