summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-04 13:37:44 +0100
committerGitHub <noreply@github.com>2023-02-04 13:37:44 +0100
commit5e9aded33f46dd78c5b6050186ba54ff9b02e986 (patch)
treed82d881836bd986c561709142f205952a4650f54 /docs
parent017fa23d3b0aee9142f531c2a0002fc86c82a54c (diff)
Increased the default PBKDF2 iterations for Django 5.0.
Follow up to 9a1848f48c1f7f627a52b2063a8a8428e77765d6.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.txt2
-rw-r--r--docs/releases/5.0.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index 2f91282e73..9f3ddfd3ff 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -141,7 +141,7 @@ Minor features
~~~~~~~~~~~~~~~~~~~~~~~~~~
* The default iteration count for the PBKDF2 password hasher is increased from
- 390,000 to 480,000.
+ 390,000 to 600,000.
* :class:`~django.contrib.auth.forms.UserCreationForm` now saves many-to-many
form fields for a custom user model.
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index 05dded1226..8146f3bb67 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -54,7 +54,7 @@ Minor features
~~~~~~~~~~~~~~~~~~~~~~~~~~
* The default iteration count for the PBKDF2 password hasher is increased from
- 480,000 to 580,000.
+ 600,000 to 720,000.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~