]> git.ipfire.org Git - thirdparty/jinja.git/commit
add a node for derived context references 861/head
authorDaniel Watkins <daniel.watkins@canonical.com>
Fri, 1 Jun 2018 21:16:29 +0000 (17:16 -0400)
committerDavid Lord <davidism@gmail.com>
Mon, 2 Dec 2019 22:03:12 +0000 (14:03 -0800)
commit1539dd418ab179730ac503501b8cc18100d8b7fb
treef2b56b225df8fe19b4e34f446aa87c0ac14c5888
parent41df8a503b9c18af5ede589e1bf09bf28e01e143
add a node for derived context references

This allows extensions to access locals in the scope from which they
were called.
CHANGES.rst
jinja2/compiler.py
jinja2/nodes.py
tests/test_ext.py