commit
58b4fc209a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ it is the perfect place to store database connection information and other
|
||||||
things. The internal stack object is called :data:`flask._app_ctx_stack`.
|
things. The internal stack object is called :data:`flask._app_ctx_stack`.
|
||||||
Extensions are free to store additional information on the topmost level,
|
Extensions are free to store additional information on the topmost level,
|
||||||
assuming they pick a sufficiently unique name and should put their
|
assuming they pick a sufficiently unique name and should put their
|
||||||
information there, instead on the :data:`flask.g` object which is reserved
|
information there, instead of on the :data:`flask.g` object which is reserved
|
||||||
for user code.
|
for user code.
|
||||||
|
|
||||||
For more information about that, see :ref:`extension-dev`.
|
For more information about that, see :ref:`extension-dev`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue