1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Increased the default PBKDF2 iterations for the 1.10 release cycle.

This commit is contained in:
Tim Graham
2015-09-19 20:42:44 -04:00
parent 54848a96dd
commit 593c9eb660
3 changed files with 8 additions and 5 deletions

View File

@@ -42,7 +42,10 @@ Minor features
:mod:`django.contrib.auth`
^^^^^^^^^^^^^^^^^^^^^^^^^^
* ...
* The default iteration count for the PBKDF2 password hasher has been increased
by 25%. This backwards compatible change will not affect users who have
subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
default value.
:mod:`django.contrib.contenttypes`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^