From b231dee24a7c04336f08e4650d7a3966bce73008 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 19 May 2018 16:37:18 +0200 Subject: [PATCH] setup.py: limit django-haystack to <2.8 until we are officialy django 1.11 compatible (#22550) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b31d1ed..c9fcd70 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ setup( install_requires=['django>=1.7, <1.9', 'gadjo', 'django-ckeditor<4.5.3', - 'django-haystack', + 'django-haystack<2.8', 'django-reversion>=2.0', 'django-taggit', 'requests',