diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 16:04:07 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-05-22 15:44:07 -0300 |
| commit | 04a208d7f19f393ad92ba7cef31842318be2d38a (patch) | |
| tree | ce2430aafcfe9e59c86cba1e2333b79c242f41c8 /docs | |
| parent | 3a748cd0f53b718625d82262a70b2dabafd0185e (diff) | |
Increased the default PBKDF2 iterations for Django 5.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 5c285e8f39..9d28415df1 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -47,7 +47,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 870,000 to 1,000,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
