diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-05-10 15:26:17 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2022-05-17 14:22:06 +0200 |
| commit | 3c6f1fd1f8096b22a52c682a9d295c4396ee3035 (patch) | |
| tree | e9b2d7e8d855de9741e3908175d7393a6d610d15 /docs | |
| parent | cdb2f7f36c1e9460e77f1c116e49ca156b312756 (diff) | |
Increased the default PBKDF2 iterations for Django 4.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 5a23e285fa..0b698360fb 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -42,7 +42,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 390,000 to 480,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
