diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-04 12:19:16 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-13 09:07:51 +0200 |
| commit | f2187a227f7a3c80282658e699ae9b04023724e5 (patch) | |
| tree | 244699e1c004c7ba51476fb49cebbf5c56de06d4 /docs | |
| parent | d106d07f732013eeb4667e73fa9cfd197e1d3484 (diff) | |
Increased the default PBKDF2 iterations for Django 3.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 41e8204345..3950a70e72 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -47,7 +47,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 216,000 to 260,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
