RemovedInDjango41Warning: 'dynamic_preferences' defines default_app_config
tchaumeny opened this issue · 2 comments
tchaumeny commented
dynamic_preferences
triggers this warning:
RemovedInDjango41Warning: 'dynamic_preferences' defines default_app_config = 'dynamic_preferences.apps.DynamicPreferencesConfig'. Django now detects this configuration automatically. You can remove default_app_config.
This was removed in #262 but then that change was rollbacked (I couldn't find the reason for that rollback).
Would that be possible to handle this warning for good?
agateblue commented
IIRC, it broke compatibility with projects running with older django versions, hence the revert. We'll remove it entirely when Django 3 support is removed.
deronnax commented
for those wondering: the extended support for django 3.2 (LTS) is April 1st 2024, in 5 months from now.