autoescaping is separate from finalize now and Markup is completely ignored if the...
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 28 Apr 2008 10:20:12 +0000 (12:20 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 28 Apr 2008 10:20:12 +0000 (12:20 +0200)
commitd134231de2fcfadd1e413cfec8061fa87d036694
treec258b372a1de5d1fbc75cf26623528c11cbae68d
parent083ae16362d96aa9469394cbe74f06379371960f
autoescaping is separate from finalize now and Markup is completely ignored if the environment is not in autoescape mode

--HG--
branch : trunk
docs/conf.py
docs/index.rst
jinja2/__init__.py
jinja2/compiler.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/ext.py
jinja2/filters.py
jinja2/loaders.py
jinja2/runtime.py