My question is simple (as per title). Is the current Django-haystack compatible with the newest Django 2.0? Is anyone using this combination?
The requirements in the docs and at PYPI suggest that it is:
- https://django-haystack.readthedocs.io/en/master/#requirements
- https://pypi.python.org/pypi/django-haystack/2.6.1
But the following user faces issues as well as I do when trying to use it with Django 2.0:
- Django 2.0 haystack whoosh update index, rebuild index throw error
The same setup works with Django 1.11.
Thanks!