index
:
django.git
fix-31295
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
/
base_user.py
Age
Commit message (
Expand
)
Author
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.
Mariusz Felisiak
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-04-29
Refs #27468 -- Made user sessions use SHA-256 algorithm.
Mariusz Felisiak
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-03-02
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...
Christophe Mehay
2018-01-27
Expanded docs for AbstractBaseUser.has_usable_password().
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-02-11
Fix typo in comment
Charlie Denton
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-05-05
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...
Dan Watson