mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.
Reverted "Explicitly passed rounds as rounds to bcrypt.gensalt()"
This reverts commit 23529fb195.
This commit is contained in:
@@ -76,3 +76,6 @@ Bugfixes
|
||||
|
||||
* Made ``loaddata`` skip disabling and enabling database constraints when it
|
||||
doesn't load any fixtures (:ticket:`23372`).
|
||||
|
||||
* Restored ``contrib.auth`` hashers compatibility with py-bcrypt
|
||||
(:ticket:`26016`).
|
||||
|
||||
Reference in New Issue
Block a user