set TEMPLATE_AUTO_RELOAD default value to None

This commit is contained in:
defuz 2014-10-26 18:28:12 +03:00
parent fe2d75e1f4
commit f88765d504
4 changed files with 41 additions and 15 deletions

View file

@ -23,9 +23,9 @@ Version 1.0
- Added :meth:`flask.Config.from_json`.
- Added :attr:`flask.Flask.config_class`.
- Added :meth:`flask.config.Config.get_namespace`.
- Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the
templates will be reloaded only if the application is running in
debug mode. For higher performance its possible to disable that.
- Added ``TEMPLATES_AUTO_RELOAD`` config key. Now by default templates will be
reloaded every time a template is requested only if the application is
running in debug mode.
- Added a workaround for a limitation in Python 3.3's namespace loader.
- Added support for explicit root paths when using Python 3.3's namespace
packages.