From 37373d9ae969f3c3b8b1ffcec9ffb0e00ec267c3 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:30:54 +0100 Subject: Increased the default PBKDF2 iterations for Django 6.0. --- docs/releases/6.0.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 497aa75430..ccb01d2d1a 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -51,7 +51,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 1,000,000 to 1,200,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3