Skip to content

Commit 0641aa4

Browse files
committed
Restricted django-bootstrap3 to versions which work with django 1.7.
- Legacy-Id: 10863
1 parent 15460b3 commit 0641aa4

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
@@ -5,7 +5,7 @@ coverage>=4.0.1,!=4.0.2
55
#cssselect>=0.6.1 # for PyQuery
66
decorator>=3.4.0
77
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
8-
django-bootstrap3>=5.1.1
8+
django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
99
django-tastypie>=0.13.1
1010
django-widget-tweaks>=1.3
1111
docutils>=0.12

0 commit comments

Comments
 (0)