add known_issues for Jinja set/with (#85677)

pull/85687/head
Matt Davis 4 months ago committed by GitHub
parent 5345ac9911
commit 0467e1eaa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,4 @@
known_issues:
- templating - Exceptions raised in a Jinja ``set`` or ``with`` block which are not accessed by the template are ignored in the same manner as undefined values.
- templating - Passing a container created in a Jinja ``set`` or ``with`` block to a method results in a copy of that container.
Mutations to that container which are not returned by the method will be discarded.
Loading…
Cancel
Save