Update to django 1.11

Last time we tried this django-polymorphic didn't support it so we
had to roll back. It's now been updated so we can go ahead
This commit is contained in:
Frank Hamand 2017-05-04 12:26:42 +01:00
parent 2f26ceb186
commit f92060d842
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
master
------
* Update to django 1.11 (with working django-polymorphic this time)
Version 0.10.7
--------------

View File

@ -23,7 +23,7 @@ requests = "*"
twilio = ">=5,<6"
whitenoise = "*"
coreapi = "*"
Django = ">=1.10,<1.11"
Django = ">=1.11,<2"
django_polymorphic = "*"
django_compressor = "*"
Markdown = "*"

View File

@ -6,13 +6,13 @@ celery==4.0.2
coreapi==2.3.0
coreschema==0.0.4
dj-database-url==0.4.2
Django==1.10.7
Django==1.11
django-appconf==1.0.2
django-auth-ldap==1.2.10
django-auth-ldap==1.2.11
django-compressor==2.1.1
django-filter==1.0.2
django-jsonify==0.3.0
django-polymorphic==1.1
django-polymorphic==1.2
djangorestframework==3.6.2
freezegun==0.3.8
gevent==1.2.1