Haystack 1.0-final!
Haystack 1.0 has finally been released! It is available on
PyPi
and GitHub
for downloading. You can also now install it via pip install django-haystack.
You can read the announcement here.
Modular search for Django
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.