summaryrefslogtreecommitdiff
path: root/patchwork/settings
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:29 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:32:07 +0000
commitfebad055fb6609369f1a465a5eec323549c5c065 (patch)
tree2fc0b02aa01d9440215027061729ca954b540d69 /patchwork/settings
parent77b3c90c6db1643d62dfc4f707aca07a3108a6ff (diff)
downloadpatchwork-febad055fb6609369f1a465a5eec323549c5c065.tar
patchwork-febad055fb6609369f1a465a5eec323549c5c065.tar.gz
requirements: Test older versions of DRF
We still care about Django 1.6 and 1.7, at least until 2.0 is released. Start testing REST functionality on these versions by using older versions. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'patchwork/settings')
-rw-r--r--patchwork/settings/dev.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py
index a084d6a..cb51b10 100644
--- a/patchwork/settings/dev.py
+++ b/patchwork/settings/dev.py
@@ -89,5 +89,4 @@ if django.VERSION >= (1, 8):
ENABLE_XMLRPC = True
-if django.VERSION >= (1, 8):
- ENABLE_REST_API = True
+ENABLE_REST_API = True