Increased the default PBKDF2 iterations for the 1.11 release cycle.

This commit is contained in:
Tim Graham 2017-01-17 09:54:04 -05:00
parent f847308200
commit 0bf3228eec
3 changed files with 6 additions and 5 deletions

View file

@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~