1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.6.x] Added docs for the hasher's iteration count changes.

Backport of 28b70425af from master.
This commit is contained in:
Tim Graham
2013-10-18 09:09:56 -04:00
committed by Florian Apolloner
parent 823951ec55
commit 86373dc63e
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
=====================================