]> git.ipfire.org Git - thirdparty/jinja.git/commit
unify/rename filter and function decorators 1389/head
authorDavid Lord <davidism@gmail.com>
Sat, 10 Apr 2021 15:58:16 +0000 (08:58 -0700)
committerDavid Lord <davidism@gmail.com>
Sat, 10 Apr 2021 17:14:42 +0000 (10:14 -0700)
commit788d8bc1728490196f75ba4f8b7b1794a1974f0a
tree9441ab5c76b2fc97a90b6b7d563c267b830ba5c6
parentc8db6c6313e90a47da92722f60010a6ada2e8644
unify/rename filter and function decorators

Use pass_context instead of contextfilter and contextfunction, etc.
17 files changed:
CHANGES.rst
docs/api.rst
docs/faq.rst
src/jinja2/__init__.py
src/jinja2/asyncfilters.py
src/jinja2/compiler.py
src/jinja2/environment.py
src/jinja2/ext.py
src/jinja2/filters.py
src/jinja2/nodes.py
src/jinja2/runtime.py
src/jinja2/tests.py
src/jinja2/utils.py
tests/test_api.py
tests/test_ext.py
tests/test_regression.py
tests/test_runtime.py