forked from orbit-oss/flask
improve TEMPLATE_AUTO_RELOAD docs
This commit is contained in:
parent
f88765d504
commit
76f3d6b45e
2 changed files with 7 additions and 9 deletions
5
CHANGES
5
CHANGES
|
|
@ -23,9 +23,8 @@ 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. Now by default templates will be
|
||||
reloaded every time a template is requested only if the application is
|
||||
running in debug mode.
|
||||
- Templates are no longer automatically reloaded outside of debug mode. This
|
||||
can be configured with the new ``TEMPLATES_AUTO_RELOAD`` config key.
|
||||
- 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