From 882f99031e6e447384bfe22044cc980567d2f40d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 25 Jan 2023 22:25:29 +0100 Subject: [PATCH] Moved release note about the default PBKDF2 iterations into django.contrib.auth section. Thanks Tim Graham for the report. --- docs/releases/5.0.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index d1a4cba870..05dded1226 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -48,13 +48,13 @@ Minor features :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* The default iteration count for the PBKDF2 password hasher is increased from - 480,000 to 580,000. +* ... :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 480,000 to 580,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~