summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-16 19:27:10 -0500
committerTim Graham <timograham@gmail.com>2015-01-16 19:27:10 -0500
commitc51258882bbf388f5c4cfc379340097ebe9beda9 (patch)
tree75136e3fb2c5131962ad7f383d6a470faa092d8d /docs
parentd4689034becf3bc519dbddd22f702406c5cbe5b1 (diff)
Increased the default PBKDF2 iterations.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index f408e4987f..80ad57c053 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -38,7 +38,10 @@ Minor features
:mod:`django.contrib.auth`
^^^^^^^^^^^^^^^^^^^^^^^^^^
-* ...
+* The default iteration count for the PBKDF2 password hasher has been increased
+ by 20%. This backwards compatible change will not affect users who have
+ subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
+ default value.
:mod:`django.contrib.gis`
^^^^^^^^^^^^^^^^^^^^^^^^^^