index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
hashers.py
Age
Commit message (
Expand
)
Author
2013-02-02
Added missing parentheses in if clause
Claude Paroz
2013-02-02
Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwords
Claude Paroz
2012-12-22
Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encoding
Claude Paroz
2012-09-12
Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-11
[py3] Decoded base64-encoded hash in contrib.auth.hashers
Andrews Medina
2012-08-09
[py3k] use the base64 module, instead of bytes.encode('base64')
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Fixed #18184 -- Moved algorithm identification code to hashers module
Claude Paroz
2012-06-06
Delayed encoding of password and salt in password checking.
Claude Paroz
2012-04-30
Reset password hashers cache on settings_changed.
Anssi Kääriäinen
2012-02-29
Fixes #17777 and makes tests run again.
Paul McMillan
2011-12-24
Fixed #17457 -- Marked strings used in hash descriptions for translation.
Aymeric Augustin
2011-12-23
Renovated password hashing, including the forgotten files in r17253.
Paul McMillan
[prev]