From 0a2848dfd5c9c08b4c26e0f34e7f4b462f3bef08 Mon Sep 17 00:00:00 2001 From: Bram Simons Date: Thu, 15 Jan 2015 11:36:52 +0100 Subject: [PATCH] pinned djangorestframework in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a83dd74e..ae6ba240 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Pillow>=2.2.1', 'django-mptt>=0.6.1', 'django_compressor>=1.4', - 'djangorestframework>=2.3.8', + 'djangorestframework>=2.3.8,<3.0', 'easy-thumbnails>=2.2', ],