diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 14:35:00 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | b83204a06e2a4b01f8580b5452058729786ee1d5 (patch) | |
| tree | a1ffc0a469991a9bec65fb58cf0e5702f0b9545c /docs | |
| parent | 0655d958bd7a4be7c47df3469f7cfa9af46e7a35 (diff) | |
Increased the default PBKDF2 iterations for Django 6.1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.1.txt | 3 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
