]> git.ipfire.org Git - thirdparty/jinja.git/commit
support native types in macros 1511/head
authorMartin Krizek <martin.krizek@gmail.com>
Wed, 13 Oct 2021 14:56:48 +0000 (16:56 +0200)
committerDavid Lord <davidism@gmail.com>
Wed, 10 Nov 2021 19:17:33 +0000 (11:17 -0800)
commit2903565262e6c8971e612a2717feb430e284e4ac
tree9afc5d16acee5c2802df206c56e62849960869ad
parentb285d0c2e65f546d340b7cac75dbb9f74267bc23
support native types in macros
CHANGES.rst
src/jinja2/compiler.py
src/jinja2/environment.py
src/jinja2/nativetypes.py
src/jinja2/runtime.py
tests/test_nativetypes.py