Started working on refactoring Jinja integration

This commit is contained in:
Armin Ronacher 2010-07-04 11:16:24 +02:00
parent a154c87cfc
commit 7599046d04
5 changed files with 54 additions and 8 deletions

View file

@ -11,6 +11,10 @@ Codename to be decided, release date to be announced.
- fixed a bug with subdomains that was caused by the inability to
specify the server name. The server name can now be set with
the `SERVER_NAME` config key.
- autoescaping is no longer active for all templates. Instead it
is only active for ``.html``, ``.htm``, ``.xml`` and ``.xhtml``.
Inside templates this behaviour can be changed with the
``autoescape`` tag.
Version 0.4
-----------