Skip to content

Commit 2427ffb

Browse files
committed
Revert "Fix default_app_config deprecation"
This reverts commit 83007b1.
1 parent 2ea501b commit 2427ffb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dynamic_preferences/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
import django
2-
31
__version__ = "1.12.0"
4-
5-
if django.VERSION < (3, 2):
6-
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"
2+
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"

0 commit comments

Comments
 (0)