diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-05-22 15:28:06 +0200 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-05-24 17:03:02 -0400 |
| commit | a3a74e9f58b5fecca8cd7aee2bd9894dbac04db6 (patch) | |
| tree | c53e381c582802c97e2bceaa96c20447e63ce171 | |
| parent | 15cb06982a6e53ba8eb792f93d464e33bd65d994 (diff) | |
Added advancing deprecations to preparing for next release instructions.
| -rw-r--r-- | docs/internals/howto-release-django.txt | 3 |
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 |
