summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2021-04-22 16:55:59 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-07-23 12:36:21 +0200
commit4d4bf55e0ea849476f7e3abfeb018c338f18a9b4 (patch)
tree3eef7f8e90252c2f4f2c7ca9a07992af005e1744 /docs/internals
parent2fac0a18081dcc77fc860c801e5d727dc90435b3 (diff)
downloaddjango-4d4bf55e0ea849476f7e3abfeb018c338f18a9b4.tar.gz
Fixed #33864 -- Deprecated length_is template filter.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
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