From: Stephen Finucane Date: Sun, 9 Oct 2016 19:07:16 +0000 (+0100) Subject: requirements: Bump django-rest-framework to 1.4.x X-Git-Tag: v2.0.0-rc1~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60b7d57fd80bd20e3568e442485fb2dc3e5536a2;p=thirdparty%2Fpatchwork.git requirements: Bump django-rest-framework to 1.4.x This version is compatible with all versions of Django that Patchwork is recommended for. Signed-off-by: Stephen Finucane Reviewed-by: Daniel Axtens --- diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py index 9aee7318..a084d6a1 100644 --- a/patchwork/settings/dev.py +++ b/patchwork/settings/dev.py @@ -89,5 +89,5 @@ if django.VERSION >= (1, 8): ENABLE_XMLRPC = True -if django.VERSION >= (1, 7): +if django.VERSION >= (1, 8): ENABLE_REST_API = True diff --git a/requirements-test.txt b/requirements-test.txt index 47c85b16..7cb5ae90 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,5 +2,5 @@ mysqlclient==1.3.7 # replace this with psycopg2 for a PostgreSQL backend django-debug-toolbar==1.5 python-dateutil>2.0,<3.0 selenium>2.0,<3.0 -djangorestframework>=3.3,<3.4 +djangorestframework>=3.4,<3.5 drf-nested-routers>=0.11.1,<0.12