Skip to content

Commit dfe6f4c

Browse files
committed
django-bootstrap3 9.0.0 breaks compatibility with 8.x.y; disallow 9.0.0 and higher till we can rewrite.
- Legacy-Id: 13833
1 parent 0825281 commit dfe6f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ decorator>=3.4.0
1212
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
1313
Django>=1.10,<1.11
1414
django-bcrypt>=0.9.2 # for the BCrypt password hasher option. Remove when all bcrypt upgraded to argon2
15-
django-bootstrap3>=7.0
15+
django-bootstrap3>=7.0,<9.0.0
1616
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
1717
django-markup>=1.1
1818
django-password-strength>=1.2.1

0 commit comments

Comments
 (0)