Documented _request_ctx_stack. This fixes #57

This commit is contained in:
Armin Ronacher 2010-05-31 17:50:31 +02:00
parent 50bca8c2d3
commit a6617f44c0

View file

@ -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.