diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-25 22:25:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 22:25:29 +0100 |
| commit | 882f99031e6e447384bfe22044cc980567d2f40d (patch) | |
| tree | c87f9f633c40beb67b3e999b961c45651666c58d /docs | |
| parent | d8e1442ce2c56282785dd806e5c1147975e8c857 (diff) | |
Moved release note about the default PBKDF2 iterations into django.contrib.auth section.
Thanks Tim Graham for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index d1a4cba870..05dded1226 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -48,13 +48,13 @@ Minor features :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* The default iteration count for the PBKDF2 password hasher is increased from - 480,000 to 580,000. +* ... :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 480,000 to 580,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
