Config is now available in templates, context processors no longer override keys

This commit is contained in:
Armin Ronacher 2010-07-13 23:30:29 +02:00
parent ed16ae2183
commit aa3d8398fd
5 changed files with 47 additions and 1 deletions

View file

@ -17,6 +17,10 @@ Release date to be announced, codename to be decided.
for the module. This was implemented to aid GAE which will
remove the static folder if it's part of a mapping in the .yml
file.
- the :attr:`~flask.Flask.config` is now available in the templates
as `config`.
- context processors will no longer override values passed directly
to the render function.
Version 0.5.1
-------------