Skip to content

Commit f31f29f

Browse files
authored
Correcting the version
Django 3.2 no longer required this either
1 parent 06303cf commit f31f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_profiler_panel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import django
2-
if django.VERSION < (4, 0):
2+
if django.VERSION < (3, 2):
33
default_app_config = "template_profiler_panel.apps.TemplateProfilerPanelAppConfig"

0 commit comments

Comments
 (0)