From a789ec7b7fda81da4c89ad915199804fc37e6901 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 11 Oct 2017 17:41:54 +0100 Subject: [PATCH] Un-pin Django Rest Framework <3.7. Reverses #3912 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef3b4193f8..ffb66f9a0b 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires = [ "django-modelcluster>=3.1,<4.0", "django-taggit>=0.20,<1.0", "django-treebeard>=3.0,<5.0", - "djangorestframework>=3.1.3,<3.7", # 3.7 drops Django 1.8 support + "djangorestframework>=3.1.3,<4.0", "Pillow>=2.6.1", "beautifulsoup4>=4.5.1", "html5lib>=0.999,<1",