summaryrefslogtreecommitdiff
path: root/docs/releases/1.6.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-29 20:49:56 -0500
committerTim Graham <timograham@gmail.com>2013-11-30 14:18:37 -0500
commitfddb0131d37109c809ec391e1a134ef1d9e442a7 (patch)
tree402eb84892c1286f9dedd704c94b983e95940e84 /docs/releases/1.6.1.txt
parent2688462f914960b568dce4cb529db77e982a5284 (diff)
downloaddjango-fddb0131d37109c809ec391e1a134ef1d9e442a7.tar.gz
Fixed #21535 -- Fixed password hash iteration upgrade.
Thanks jared_mess for the report.
Diffstat (limited to 'docs/releases/1.6.1.txt')
-rw-r--r--docs/releases/1.6.1.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index f7c76afbb1..4b23737d94 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -40,3 +40,4 @@ Bug fixes
* Fixed test client ``logout()`` method when using the cookie-based session
backend (#21448).
* Fixed a crash when a ``GeometryField`` uses a non-geometric widget (#21496).
+* Fixed password hash upgrade when changing the iteration count (#21535).