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.
2 parents cdab881 + 5aeccfe commit 3874c37Copy full SHA for 3874c37
django_prometheus/__init__.py
@@ -21,5 +21,5 @@
21
# If people don't have pip, don't export anything.
22
pass
23
24
-if django.VERSION < (3, 2):
+if django.VERSION < (3, 1):
25
default_app_config = "django_prometheus.apps.DjangoPrometheusConfig"
0 commit comments