mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade.
Thanks jared_mess for the report.
Backport of fddb0131d3 from master
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user