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:
committed by
Florian Apolloner
parent
823951ec55
commit
86373dc63e
@@ -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
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user