forked from orbit-oss/flask
Merge branch '1.0.x' into 1.1.x
This commit is contained in:
commit
746d9181d7
9 changed files with 71 additions and 71 deletions
|
|
@ -144,7 +144,7 @@ If you're writing an extension, :data:`g` should be reserved for user
|
|||
code. You may store internal data on the context itself, but be sure to
|
||||
use a sufficiently unique name. The current context is accessed with
|
||||
:data:`_app_ctx_stack.top <_app_ctx_stack>`. For more information see
|
||||
:doc:`extensiondev`.
|
||||
:doc:`/extensiondev`.
|
||||
|
||||
|
||||
Events and Signals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue