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/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 160605ddcd..43c7a0fee9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -22,6 +22,8 @@ details on these changes. * The ``AlterIndexTogether`` migration operation will be removed. A stub operation will remain for compatibility with historical migrations. +* The ``length_is`` template filter will be removed. + .. _deprecation-removed-in-5.0: 5.0 -- cgit v1.3