diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-17 09:54:04 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:05 -0500 |
| commit | 0bf3228eecca5658066b2eed47620fcbac9fd05c (patch) | |
| tree | eaae6b58df084ffae1c00a9069076f15456ac645 /docs | |
| parent | f8473082004ccdc764ad08beeb7c2a17b238dc85 (diff) | |
Increased the default PBKDF2 iterations for the 1.11 release cycle.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 3ae58ed858..a4c4e75920 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -51,7 +51,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The default iteration count for the PBKDF2 password hasher is increased from + 36,000 to 100,000. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
