1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

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