forked from orbit-oss/flask
Documented _request_ctx_stack. This fixes #57
This commit is contained in:
parent
50bca8c2d3
commit
a6617f44c0
1 changed files with 10 additions and 0 deletions
10
docs/api.rst
10
docs/api.rst
|
|
@ -290,3 +290,13 @@ Configuration
|
|||
|
||||
.. autoclass:: Config
|
||||
:members:
|
||||
|
||||
Useful Internals
|
||||
----------------
|
||||
|
||||
.. data:: _request_ctx_stack
|
||||
|
||||
The internal :class:`~werkzeug.LocalStack` that is used to implement
|
||||
all the context local objects used in Flask. This is a documented
|
||||
instance and can be used by extensions and application code but the
|
||||
use is discouraged in general.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue