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 bb3dd18 commit 7a278e6Copy full SHA for 7a278e6
django_pgviews/__init__.py
@@ -1 +1,4 @@
1
-default_app_config = "django_pgviews.apps.ViewConfig"
+import django
2
+
3
+if django.VERSION < (3, 2):
4
+ default_app_config = "django_pgviews.apps.ViewConfig"
0 commit comments