summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-05-22 15:28:06 +0200
committerJacob Walls <jacobtylerwalls@gmail.com>2026-05-24 17:03:02 -0400
commita3a74e9f58b5fecca8cd7aee2bd9894dbac04db6 (patch)
treec53e381c582802c97e2bceaa96c20447e63ce171
parent15cb06982a6e53ba8eb792f93d464e33bd65d994 (diff)
Added advancing deprecations to preparing for next release instructions.
-rw-r--r--docs/internals/howto-release-django.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index f24aad376b..8d95018a0d 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -347,6 +347,9 @@ cut. The following items should be addressed in this branch:
features section in the release notes (:commit:`example commit
<f2d9c76aa7096ef3eed675b9eb824858f9dd81e5>`).
+#. Advance the deprecation warnings (:commit:`example commit
+ <0c0bda7f79a2de89a55cfcc8e60467d6588f406f>`).
+
#. Increase the default PBKDF2 iterations in
``django.contrib.auth.hashers.PBKDF2PasswordHasher`` by about 20%
(pick a round number). Run the tests, and update the 3 failing