mirror of https://github.com/pallets/flask.git
really fixing it this time
This commit is contained in:
parent
30a51f2573
commit
b6dac3812f
|
@ -18,7 +18,7 @@ assumptions are true:
|
||||||
modify it, there is no magic proxy that can give you a reference to
|
modify it, there is no magic proxy that can give you a reference to
|
||||||
the application object you're currently creating or modifying.
|
the application object you're currently creating or modifying.
|
||||||
|
|
||||||
In the contrast, during request handling, a couple of other rules exist:
|
In contrast, during request handling, a couple of other rules exist:
|
||||||
|
|
||||||
- while a request is active, the context local objects
|
- while a request is active, the context local objects
|
||||||
(:data:`flask.request` and others) point to the current request.
|
(:data:`flask.request` and others) point to the current request.
|
||||||
|
|
Loading…
Reference in New Issue