django-jazzmin
django-jazzmin copied to clipboard
RemovedInDjango41Warning: 'jazzmin' defines default_app_config
Since Django 3.2 default_app_config is deprecated: https://docs.djangoproject.com/en/4.0/releases/3.2/#automatic-appconfig-discovery
RemovedInDjango41Warning: 'jazzmin' defines default_app_config = 'jazzmin.apps.JazzminConfig'. Django now detects this configuration automatically. You can remove default_app_config.
The full error message:
../usr/local/lib/python3.9/site-packages/django/apps/registry.py:91
/usr/local/lib/python3.9/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'jazzmin' defines default_app_config = 'jazzmin.apps.JazzminConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
This is already fixed in master branch since commit. The problem may be that the pypi package is not updated yet with this changes.