summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-18 09:09:56 -0400
committerFlorian Apolloner <florian@apolloner.eu>2013-10-21 20:32:02 +0200
commit28b70425afb2fb8bcbec09d249e37fa786f8a155 (patch)
tree4991dcd2fe3bbd4276ca3a781e95b7c9b58c8c3e /docs/releases
parent7d0d0dbf26a3c0d16e9c2b930fd6d7b89f215946 (diff)
Added docs for the hasher's iteration count changes.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 1c184ea170..651938ea7c 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -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
=====================================