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 06303cf commit f31f29fCopy full SHA for f31f29f
template_profiler_panel/__init__.py
@@ -1,3 +1,3 @@
1
import django
2
-if django.VERSION < (4, 0):
+if django.VERSION < (3, 2):
3
default_app_config = "template_profiler_panel.apps.TemplateProfilerPanelAppConfig"
0 commit comments