Implemented flask.has_request_context()

This commit is contained in:
Armin Ronacher 2011-03-14 16:13:58 -04:00
parent f58c98904f
commit fbd488678f
5 changed files with 48 additions and 0 deletions

View file

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