From 246d2a128d3f7dd416097eb81f0a15c0ce813adf Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 12 Mar 2018 14:55:00 +0100 Subject: [PATCH 1/2] setup.py: restrain to django-filter<2 (#22350) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed00675..024b413 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ setup( 'gadjo', 'django-tables2', 'django-jsonfield >= 0.9.3', - 'django-filter>1', + 'django-filter>1<2', 'djangorestframework>=3.3,<3.4', 'file-magic', 'requests', -- 2.14.2