From 4d4bf55e0ea849476f7e3abfeb018c338f18a9b4 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 22 Apr 2021 16:55:59 +0100 Subject: Fixed #33864 -- Deprecated length_is template filter. --- docs/ref/templates/builtins.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index c4b83a8be8..13a8694ad6 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1906,6 +1906,8 @@ The filter returns ``0`` for an undefined variable. ``length_is`` ------------- +.. deprecated:: 4.2 + Returns ``True`` if the value's length is the argument, or ``False`` otherwise. For example:: -- cgit v1.3