Haystack 2.6.0!
Changelog is available here: http://django-haystack.readthedocs.io/en/v2.6.0/changelog.html.
Modular search for Django
pip install django-haystack
pip install -e git+https://github.com/django-haystack/django-haystack.git@master#egg=django-haystack
haystack
to your INSTALLED_APPS
.search_indexes.py
files for your models.SearchIndex
via autodiscover
.haystack.urls
to your URLconf.More information in the full documentation.
There is a mailing list available for general discussion.
For those craving real, human interaction, there is also an IRC
channel (#haystack
on irc.freenode.net
).
Finally, if you find a bug or would like to request a feature, please submit an issue.