From 6d8c9f9a54bccf0ccaf8588730ad2119451cd53a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 12 Mar 2018 15:29:57 +0100 Subject: [PATCH] setup.py: really constrain to django-filter<2 (#22350) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 024b413..345ccb9 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ setup( 'gadjo', 'django-tables2', 'django-jsonfield >= 0.9.3', - 'django-filter>1<2', + 'django-filter>1,<2', 'djangorestframework>=3.3,<3.4', 'file-magic', 'requests',