deprecated init_jinja_globals

This commit is contained in:
Armin Ronacher 2011-03-18 09:15:28 +01:00
parent 4c8c503326
commit 0da56d7f5c
4 changed files with 88 additions and 16 deletions

View file

@ -40,6 +40,9 @@ Release date to be announced, codename to be selected
- 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`
- Deprecated `init_jinja_globals`. Override the
:meth:`~flask.Flask.create_jinja_environment` method instead to
achieve the same functionality.
Version 0.6.1
-------------