djangorestframework 3.7 breaks with Django 1.8

JSONField doesn't exist in Django 1.8
This commit is contained in:
Martin Pépin 2017-10-10 18:34:18 +02:00
parent 528532cca7
commit 503b305299

View file

@ -26,5 +26,8 @@ python-dateutil
wagtail==1.10.*
wagtailmenus==2.2.*
# Remove this when we switch to Django 1.11
djangorestframework==3.6.4
# Production tools
wheel