summaryrefslogtreecommitdiff
path: root/docs
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:35:38 -0500
commit2f42bbaba739079713a555b9881ca5762ee0a0dc (patch)
treeb58aa594ddab725e6d734a0f542a0fe1d6de32b5 /docs
parent14ddc1b517266916d9e729bc20234edec1d7bd4c (diff)
[1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade.
Thanks jared_mess for the report. Backport of fddb0131d3 from master
Diffstat (limited to 'docs')
-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).