forked from orbit-oss/flask
missed word.
request tstack -> request context stack
This commit is contained in:
parent
d4fec14544
commit
132c2c4c79
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ If you maintain an extension that was using :data:`~flask._request_ctx_stack`
|
||||||
before, please consider changing to :data:`~flask._app_ctx_stack` if it makes
|
before, please consider changing to :data:`~flask._app_ctx_stack` if it makes
|
||||||
sense for your extension. For instance, the app context stack makes sense for
|
sense for your extension. For instance, the app context stack makes sense for
|
||||||
extensions which connect to databases. Using the app context stack instead of
|
extensions which connect to databases. Using the app context stack instead of
|
||||||
the request stack will make extensions more readily handle use cases outside of
|
the request context stack will make extensions more readily handle use cases
|
||||||
requests.
|
outside of requests.
|
||||||
|
|
||||||
Version 0.8
|
Version 0.8
|
||||||
-----------
|
-----------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue