Skip to content

Commit 1620a14

Browse files
committed
Require Django 1.9 instead of 1.8
- Legacy-Id: 12579
1 parent f098e2a commit 1620a14

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
@@ -7,7 +7,7 @@ coverage>=4.0.1,!=4.0.2
77
#cssselect>=0.6.1 # for PyQuery
88
decorator>=3.4.0
99
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
10-
Django>=1.8.16,<1.9
10+
Django>=1.9,<1.10
1111
django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
1212
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
1313
django-markup>=1.1

0 commit comments

Comments
 (0)