From 5e9aded33f46dd78c5b6050186ba54ff9b02e986 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 4 Feb 2023 13:37:44 +0100 Subject: Increased the default PBKDF2 iterations for Django 5.0. Follow up to 9a1848f48c1f7f627a52b2063a8a8428e77765d6. --- docs/releases/4.2.txt | 2 +- docs/releases/5.0.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3