From fddb0131d37109c809ec391e1a134ef1d9e442a7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 29 Nov 2013 20:49:56 -0500 Subject: Fixed #21535 -- Fixed password hash iteration upgrade. Thanks jared_mess for the report. --- docs/releases/1.6.1.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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). -- cgit v1.3