From d680c5177bed6ddd13a79880f1070b0f644ad11c Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Fri, 3 Jun 2016 07:51:23 +0200 Subject: [PATCH] Allow haystack 2.5.0.dev1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fae30241cf..7b318826225 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ # https://github.com/AndrewIngram/django-extra-views/issues/114 'django-extra-views>=0.2,<0.6.5', # Search support - 'django-haystack>=2.3.1,<2.5.0', + 'django-haystack>=2.3.1,<2.6.0', # Treebeard is used for categories 'django-treebeard>=4.0', # Sorl is used as the default thumbnailer