]> git.ipfire.org Git - thirdparty/jinja.git/commit
explain what autoescaping does 1072/head
authorDavid Lord <davidism@gmail.com>
Tue, 8 Oct 2019 20:42:48 +0000 (13:42 -0700)
committerDavid Lord <davidism@gmail.com>
Tue, 8 Oct 2019 21:11:59 +0000 (14:11 -0700)
commitb26eabe52dfe74d3d0a3e8e71a0c7eae18751793
tree89d1f7172da80674c473d2836b7ef029792378e5
parent03ce2ce772997e874e1f1b6f0605b21eb77e02c8
explain what autoescaping does
19 files changed:
docs/api.rst
docs/extensions.rst
docs/faq.rst
docs/templates.rst
jinja2/__init__.py
jinja2/asyncsupport.py
jinja2/compiler.py
jinja2/environment.py
jinja2/ext.py
jinja2/filters.py
jinja2/nativetypes.py
jinja2/nodes.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/utils.py
tests/test_asyncfilters.py
tests/test_filters.py
tests/test_security.py
tests/test_tests.py