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

Added docs for the hasher's iteration count changes.

This commit is contained in:
Tim Graham
2013-10-18 09:09:56 -04:00
committed by Florian Apolloner
parent 7d0d0dbf26
commit 28b70425af
2 changed files with 10 additions and 1 deletions

View File

@@ -369,7 +369,8 @@ Minor features
increased by 20%. This backwards compatible change will not affect
existing passwords or users who have subclassed
``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
default value.
default value. Passwords :ref:`will be upgraded <password-upgrades>` to use
the new iteration count as necessary.
Backwards incompatible changes in 1.6
=====================================