diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-02 06:44:06 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-02 06:54:13 -0500 |
| commit | f0ad641628a3ddc4e1c208e481b9cd0e9304dc3d (patch) | |
| tree | 16ff15367a9ff91677359cad716205bdee60fade /docs | |
| parent | 0db6367fe2aa6ab3fd152eacf172d57db45c1ffb (diff) | |
Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.
Reverted "Explicitly passed rounds as rounds to bcrypt.gensalt()"
This reverts commit 23529fb19594ffcc6ba6d716356b828157200288.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index a01eb09d19..46e4f25807 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -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`). |
