mirror of
https://github.com/status-im/cabot.git
synced 2025-02-22 09:28:06 +00:00
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:
parent
2f26ceb186
commit
f92060d842
5
CHANGES
5
CHANGES
@ -1,3 +1,8 @@
|
||||
master
|
||||
------
|
||||
|
||||
* Update to django 1.11 (with working django-polymorphic this time)
|
||||
|
||||
Version 0.10.7
|
||||
--------------
|
||||
|
||||
|
2
Pipfile
2
Pipfile
@ -23,7 +23,7 @@ requests = "*"
|
||||
twilio = ">=5,<6"
|
||||
whitenoise = "*"
|
||||
coreapi = "*"
|
||||
Django = ">=1.10,<1.11"
|
||||
Django = ">=1.11,<2"
|
||||
django_polymorphic = "*"
|
||||
django_compressor = "*"
|
||||
Markdown = "*"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user