From 32b7ffc2bbfd1ae055bdbe287f8598de731adce1 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 16 Sep 2021 10:04:59 +0200 Subject: Increased the default PBKDF2 iterations for Django 4.1. --- docs/releases/4.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 9066d47ac7..ee0a773f5d 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -42,7 +42,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 320,000 to 390,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3