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
/
tests
/
auth_tests
/
models
/
custom_user.py
Age
Commit message (
Expand
)
Author
2026-04-24
Fixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.
KANIN KEARPIMY
2025-01-13
Fixed #36087 -- Supported password reset on a custom user model with a compos...
Sarah Boyce
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-08-04
Fixed #29628 -- Made createsuperuser validate password against username and r...
Josh Schneier
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-02-23
Fixed a stray __unicode__() method in auth_tests.
Tim Graham
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette