mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #21535 -- Fixed password hash iteration upgrade.
Thanks jared_mess for the report.
This commit is contained in:
parent
2688462f91
commit
fddb0131d3
3 changed files with 36 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue