summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 14:35:00 -0400
committernessita <124304+nessita@users.noreply.github.com>2025-09-17 15:17:05 -0300
commitb83204a06e2a4b01f8580b5452058729786ee1d5 (patch)
treea1ffc0a469991a9bec65fb58cf0e5702f0b9545c /docs
parent0655d958bd7a4be7c47df3469f7cfa9af46e7a35 (diff)
Increased the default PBKDF2 iterations for Django 6.1.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index 70da3ade6a..c89eebebc6 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -42,7 +42,8 @@ Minor features
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
-* ...
+* The default iteration count for the PBKDF2 password hasher is increased from
+ 1,200,000 to 1,500,000.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~