Extend jinja2 nested undefined support to keys/indices (#55094)

This commit is contained in:
Matt Martz
2019-04-10 10:35:31 -05:00
committed by GitHub
parent 877ce12970
commit e89f8bae86
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- jinja2 - accesses to keys/indices on an undefined value now return further undefined values rather than throwing an exception