]> git.ipfire.org Git - thirdparty/jinja.git/commit
add required attribute to blocks 1233/head
authorAmy <leiamy12@gmail.com>
Wed, 10 Jun 2020 20:09:09 +0000 (16:09 -0400)
committerAmy <leiamy12@gmail.com>
Fri, 29 Jan 2021 15:28:39 +0000 (10:28 -0500)
commit8da77f9753be0c4357daf2ac8b53730a2d977fdf
treed2fe10c5e355c76a7972b1dc89acad4b3afdc820
parentbc22a8b0d3453f880d7a8ae8b84e385d1c918b02
add required attribute to blocks

required blocks must be overridden at some point, although not
necessarily by the direct child template
CHANGES.rst
docs/templates.rst
src/jinja2/compiler.py
src/jinja2/nodes.py
src/jinja2/parser.py
tests/test_idtracking.py
tests/test_inheritance.py