forked from DGNum/gestioCOF
djangorestframework 3.7 breaks with Django 1.8
JSONField doesn't exist in Django 1.8
This commit is contained in:
parent
528532cca7
commit
503b305299
1 changed files with 3 additions and 0 deletions
|
@ -26,5 +26,8 @@ python-dateutil
|
||||||
wagtail==1.10.*
|
wagtail==1.10.*
|
||||||
wagtailmenus==2.2.*
|
wagtailmenus==2.2.*
|
||||||
|
|
||||||
|
# Remove this when we switch to Django 1.11
|
||||||
|
djangorestframework==3.6.4
|
||||||
|
|
||||||
# Production tools
|
# Production tools
|
||||||
wheel
|
wheel
|
||||||
|
|
Loading…
Reference in a new issue