Increased the default PBKDF2 iterations.

This commit is contained in:
Tim Graham 2016-05-20 09:18:55 -04:00
parent 97c3dfe12e
commit 1915a7e5c5
3 changed files with 6 additions and 5 deletions

View file

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