summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-19 20:42:44 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:11 -0400
commit593c9eb6608c660f9e2c1ade227670539ececd8e (patch)
treedbcff6f188e9bda49aa3c2b3a265402f2accdc84 /docs
parent54848a96dd4a196e81f3d71c61caf84ea8b49f4e (diff)
Increased the default PBKDF2 iterations for the 1.10 release cycle.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 214a1c6b06..bd32f874d9 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -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`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^