summaryrefslogtreecommitdiff
path: root/patchwork/settings
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-09 20:07:16 +0100
committerStephen Finucane <stephen@that.guru>2016-10-10 22:07:22 +0100
commit60b7d57fd80bd20e3568e442485fb2dc3e5536a2 (patch)
tree45572840623393c16b7b6cac72c019d32f128964 /patchwork/settings
parent198139e4112cf337ffea403000441931b4ddad06 (diff)
downloadpatchwork-60b7d57fd80bd20e3568e442485fb2dc3e5536a2.tar
patchwork-60b7d57fd80bd20e3568e442485fb2dc3e5536a2.tar.gz
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 <stephen@that.guru> Reviewed-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'patchwork/settings')
-rw-r--r--patchwork/settings/dev.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py
index 9aee731..a084d6a 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