We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd7fb5 commit 5f0d76dCopy full SHA for 5f0d76d
django_select2/__init__.py
@@ -7,4 +7,7 @@
7
.. _Select2: https://select2.org/
8
9
"""
10
-default_app_config = "django_select2.apps.Select2AppConfig"
+from django import get_version
11
+
12
+if get_version() < '3.2':
13
+ default_app_config = "django_select2.apps.Select2AppConfig"
0 commit comments