django-watson icon indicating copy to clipboard operation
django-watson copied to clipboard

Document SearchContextMiddleware

Open valentijnscholten opened this issue 4 years ago • 1 comments

By accident I found the SearchContextMiddleware which I think can be used to have more efficient model updates, especially when some model instances are updated multiple times during a single reuquest.

Is this correct? Might be useful to document this (can be short)/

I updated the Wiki page: https://github.com/etianen/django-watson/wiki

Didn't know I had write access, was expecting the usual github prompt to create a branch/PR there :-)

valentijnscholten avatar Mar 15 '20 13:03 valentijnscholten

It's just using the default settings, which I guess is public write? Who knew?!

Thanks for the update, and for letting me know.

On Sun, 15 Mar 2020 at 13:50, valentijnscholten [email protected] wrote:

By accident I found the SearchContextMiddleware which I think can be used to have more efficient model updates, especially when some model instances are updated multiple times during a single reuquest.

Is this correct? Might be useful to document this (can be short)/

I updated the Wiki page: https://github.com/etianen/django-watson/wiki

Didn't know I had write access, was expecting the usual github prompt to create a branch/PR there :-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etianen/django-watson/issues/268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEKCG2FZ2J77CKJWN5EIDRHTMIZANCNFSM4LK7XSUA .

etianen avatar Mar 23 '20 10:03 etianen