Fix flatten null perserve versionadded (#70435)

pull/70447/head
David Shrewsbury 4 years ago committed by GitHub
parent 1be78dbfc5
commit 4e41e37aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save