From 2f42bbaba739079713a555b9881ca5762ee0a0dc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 29 Nov 2013 20:49:56 -0500 Subject: [1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade. Thanks jared_mess for the report. Backport of fddb0131d3 from master --- 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