diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 10:30:54 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 37373d9ae969f3c3b8b1ffcec9ffb0e00ec267c3 (patch) | |
| tree | 1904ceb963102c4b4f2e6755703874055b14df18 /docs | |
| parent | 7bc88c3c15dcc3aa38702f298845a97618b1932b (diff) | |
Increased the default PBKDF2 iterations for Django 6.0.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
