]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Use any supported Django version
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 25 Mar 2016 13:47:16 +0000 (13:47 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 25 Mar 2016 14:19:36 +0000 (14:19 +0000)
Patchwork now supports Django 1.9. It continues to support Django 1.8,
1.7 and 1.6, though the latter two are not supported upstream and are
therefore not recommended. Update development requirements to reflect
this.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
requirements-dev.txt
requirements-prod.txt

index d52ce6f4c8ef1a6249ef817d0ce2b8fd948fb369..d44ebc697bed52539e4cac6ccc5993599f5bca4e 100644 (file)
@@ -1,2 +1,2 @@
-Django<1.9,>=1.8
+Django>=1.8,<1.10
 -r requirements-test.txt
index 596eb6dca27bad608f9f248eabb29dad8fa7befa..2c88c7dca5ee83f54ccb3050c0cf31c4f41e8ca5 100644 (file)
@@ -1,2 +1,2 @@
-Django<1.9,>=1.8
+Django>=1.8,<1.10
 psycopg2==2.6.1