You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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