diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-20 09:18:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-20 09:19:19 -0400 |
| commit | 1915a7e5c56d996b0e98decf8798c7f47ff04e76 (patch) | |
| tree | 9c9ce93eb36ff2e2bb8d701c164bd313b033513a /docs | |
| parent | 97c3dfe12e095005dad9e6750ad5c5a54eee8721 (diff) | |
Increased the default PBKDF2 iterations.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 1bc98dacd8..e2583a4dc4 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -46,7 +46,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased by + 20%. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
