django-watson 1.1 has landed

18 views
Skip to first unread message

Dave Hall

unread,
Apr 5, 2012, 7:03:18 AM4/5/12
to django...@googlegroups.com
Hello all,

django-watson 1.1 has landed. This release has the following new features:

  • Django 1.4 admin compatibility.
  • Improved efficiency of large search index updates using update and bulk_create (when available).
  • Added in SearchContextMiddleware.
  • Removed potentially unreliable automatic wrapping of entire request in a search context.
  • Improved escaping of PostgreSQL query characters.

This release is recommended for all current users of django-watson.

This release introduces a minor backwards-incompatible change that only affects projects that follow foreign key relationships when registering models with django-watson. If you've set up your search indices to follow a foreign key, then you'll need to add watson.middleware.SearchContextMiddleware to your MIDDLEWARE_CLASSES setting. You can read more about this approach at the bottom of this wiki page: https://github.com/etianen/django-watson/wiki/registering-models

Happy coding!

Dave.
Reply all
Reply to author
Forward
0 new messages