summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-07-20 07:33:03 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-07-26 11:41:19 +0200
commitc773d5794eb425c4836c726bdf6e1e742c94e9c0 (patch)
tree823959f2181eb55d010385ffc3fbcda34e102b21 /docs/internals
parent7bdb682215de3bf7f8f38f8161b175c225ee25fa (diff)
Refs #27236 -- Reverted AlterIndexTogether deprecation.
This partly reverts a6385b382e05a614a99e5a5913d8e631823159a2.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 80597eb95b..a12834c431 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -19,9 +19,6 @@ details on these changes.
* The model's ``Meta.index_together`` option will be removed.
-* 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.
* The ``django.contrib.auth.hashers.SHA1PasswordHasher``,