From fd9297aff9ce223c13af56ca64c9ed69a3bef137 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Tue, 17 Apr 2018 17:16:18 +0200 Subject: [PATCH] setup.py: pin django-haystack version to preserve compatibility with django<1.11 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e5c1180..68b2190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ XStatic_roboto-fontface eopayment>=1.13 python-dateutil djangorestframework>=3.3, <3.4 -django-haystack +django-haystack<2.8.1 whoosh sorl-thumbnail diff --git a/setup.py b/setup.py index 0ee10cb..12fb065 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ setup( 'eopayment>=1.13', 'python-dateutil', 'djangorestframework>=3.3, <3.4', - 'django-haystack', + 'django-haystack<2.8.1', 'whoosh', 'sorl-thumbnail', 'Pillow', -- 2.11.0