Better Local Settings — January 5, 2010

A common convention I've seen in the Django community is to place code like the following at the bottom of your settings file: # ``settings.py`` # Lots of typical settings here. # ... then ... try: from local_settings ... [Read More]

Haystack 1.0.0-rc1

After almost a full year of development, Haystack has been marked as 1.0.0, release candidate 1. I'd recommend all users upgrade, as it is what Haystack 1.0.0-final will be unless any bugs are found. Should all go well, I'll be releasing 1.0.0-final next Sunday (Nov. 29, 2009).

The release is available via git, via PyPi and as a tarball from GitHub.

It's been a lot of work and lots of good contributions. I'm glad to finally be in the home stretch and will post something more substantial when 1.0.0-final drops.

4 Comments

Congrat's to the haystack team! Great work!!
Wonderful job!
Haystack is such a great project.
what about tsearch2 support?
@sl - tsearch2 acts differently that the incorporated search engines. It might be possible eventually but not for 1.0-final. The best thing to do would be file an issue (http://github.com/toastdriven/django-haystack/issues) for it.

Sorry, comments have been closed on this post.