1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #33864 -- Removed length_is template filter per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2023-09-12 21:34:40 +02:00
parent 2abf417c81
commit 14ef92fa9e
4 changed files with 2 additions and 164 deletions

View File

@@ -254,3 +254,5 @@ to remove usage of these features.
* The ``BaseUserManager.make_random_password()`` method is removed.
* The model's ``Meta.index_together`` option is removed.
* The ``length_is`` template filter is removed.