From 4ad625b23920dd117845b06d4f0e1e92a7ae1d25 Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Wed, 24 Aug 2016 08:23:41 +0200 Subject: [PATCH] Limit the version of djangorestframework (fixes #2275) --- requirements_production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_production.txt b/requirements_production.txt index adb203614..8b2c21b51 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -2,7 +2,7 @@ Django>=1.9,<1.11,!=1.10.0 beautifulsoup4>=4.5,<4.6 channels>=0.15,<1.0 -djangorestframework>=3.2.0,<3.5 +djangorestframework>=3.2.0,<3.4 html5lib>=0.99,<1.0 jsonfield>=0.9.19,<1.1 natsort>=3.2,<5.1