We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6c4a9 + e1b4f5a commit 87bd4c1Copy full SHA for 87bd4c1
haystack/utils/__init__.py
@@ -3,10 +3,10 @@
3
from __future__ import unicode_literals
4
5
import importlib
6
+import six
7
import re
8
9
from django.conf import settings
-from django.utils import six
10
11
from haystack.constants import ID, DJANGO_CT, DJANGO_ID
12
from haystack.utils.highlighting import Highlighter
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
-install_requires = ["Django>=1.11"]
+install_requires = ["Django>=1.11", "six"]
tests_require = [
"pysolr>=3.7.0",
0 commit comments