Skip to content

Commit 74f22c9

Browse files
authored
Merge pull request #356 from mimischi/compatible_django111
Make Django 1.11 work again
2 parents e187f0f + bbb0db4 commit 74f22c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

requirements/base.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bleeding edge Django
2-
django==1.10.3
2+
django==1.11.2
33

44
# Configuration
55
django-environ==0.4.3
@@ -31,12 +31,13 @@ pytz==2017.2
3131
# Your custom requirements go here
3232
django-bootstrap-breadcrumbs==0.8.2
3333
django-bootstrap3==8.2.3
34-
django-bootstrap3-datetimepicker-2==2.4.2
34+
#django-bootstrap3-datetimepicker-2==2.4.2
35+
git+git://github.com/blag/django-bootstrap3-datetimepicker.git@f8a78b231b75c331c143d5461456f663827a8af6
3536

3637
reportlab==3.4.0
3738
lxml==3.8.0
3839
django-recaptcha==1.3.0
3940
django-taggit==0.22.1
4041

4142
# Collaboratory translations
42-
django-rosetta==0.7.13
43+
django-rosetta==0.7.13

0 commit comments

Comments
 (0)