Fix flatten null perserve versionadded (#70435)
This commit is contained in:
parent
1be78dbfc5
commit
4e41e37aa7
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ Flatten only the first level of a list (akin to the `items` lookup)::
|
|||
{{ [3, [4, [2]] ] | flatten(levels=1) }}
|
||||
|
||||
|
||||
.. versionadded:: 2.10
|
||||
.. versionadded:: 2.11
|
||||
|
||||
Preserve nulls in a list, by default flatten removes them. ::
|
||||
|
||||
|
|
Loading…
Reference in a new issue