]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Bump django-rest-framework to 1.4.x
authorStephen Finucane <stephen@that.guru>
Sun, 9 Oct 2016 19:07:16 +0000 (20:07 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 10 Oct 2016 21:07:22 +0000 (22:07 +0100)
This version is compatible with all versions of Django that Patchwork
is recommended for.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Daniel Axtens <dja@axtens.net>
patchwork/settings/dev.py
requirements-test.txt

index 9aee731857228f18fa8836804171d25ecf1b4945..a084d6a17caac83a15dd27ff2ed6639afdf44e07 100644 (file)
@@ -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
index 47c85b1657a198e3de9a264c420192a4ec632920..7cb5ae903cbf62e9d6c6fd7daaf454a03dfa17d3 100644 (file)
@@ -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