From 60b7d57fd80bd20e3568e442485fb2dc3e5536a2 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 9 Oct 2016 20:07:16 +0100 Subject: [PATCH] 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 --- patchwork/settings/dev.py | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3