forked from orbit-oss/flask
Implemented flask.has_request_context()
This commit is contained in:
parent
f58c98904f
commit
fbd488678f
5 changed files with 48 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -39,6 +39,7 @@ Release date to be announced, codename to be selected
|
|||
- Implemented a silent flag for `config.from_pyfile`.
|
||||
- Added `teardown_request` decorator, for functions that should run at the end
|
||||
of a request regardless of whether an exception occurred.
|
||||
- Implemented :func:`flask.has_request_context`
|
||||
|
||||
Version 0.6.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue