summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-05-03 23:14:53 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2016-05-03 23:14:53 +0200
commit30b073440aebef34dc1289e643ffcc60f45453fa (patch)
tree2d8b8fa38763d29f4dc1a57a09d1d9008822eb1f
parent18529f23558a10ca9fdb33be25d57a4305152783 (diff)
downloadraven-30b073440aebef34dc1289e643ffcc60f45453fa.tar.gz
Improved docs on 5.15 context management
-rw-r--r--docs/breadcrumbs.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/breadcrumbs.rst b/docs/breadcrumbs.rst
index 0178ddf..9e78680 100644
--- a/docs/breadcrumbs.rst
+++ b/docs/breadcrumbs.rst
@@ -125,4 +125,6 @@ Alternatively you can use the context with the `with` statement::
with client.context:
...
-The context is automatically deactivated if it's cleared.
+The context is automatically deactivated if it's cleared unless it's
+managed from the main thread. Likewise raven will attempt to auto
+activate the client.