mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #27236 -- Reverted AlterIndexTogether deprecation.
This partly reverts a6385b382e.
This commit is contained in:
@@ -319,8 +319,6 @@ Miscellaneous
|
||||
<https://docs.python.org/3/library/secrets.html#recipes-and-best-practices>`_
|
||||
for using Python's :py:mod:`secrets` module to generate passwords.
|
||||
|
||||
* The ``AlterIndexTogether`` migration operation is deprecated.
|
||||
|
||||
* The ``length_is`` template filter is deprecated in favor of :tfilter:`length`
|
||||
and the ``==`` operator within an :ttag:`{% if %}<if>` tag. For example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user