forked from orbit-oss/flask
set TEMPLATE_AUTO_RELOAD default value to None
This commit is contained in:
parent
fe2d75e1f4
commit
f88765d504
4 changed files with 41 additions and 15 deletions
6
CHANGES
6
CHANGES
|
|
@ -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 it’s 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue