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 75ed135 commit 2d97474Copy full SHA for 2d97474
django_forms_bootstrap/templatetags/bootstrap_tags.py
@@ -3,7 +3,7 @@
3
from django import VERSION as DJANGO_VERSION
4
5
6
-if DJANGO_VERSION >= (1, 10, 0):
+if DJANGO_VERSION >= (1, 8, 0):
7
context_class = dict
8
else:
9
# Django<1.10 compatibility
0 commit comments