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
2025-01-15
Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...
Sarah Boyce
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-02
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
Salvo Polizzi
2023-09-18
Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation...
Mariusz Felisiak
2023-05-18
Fixed #34565 -- Added support for async checking of user passwords.
HappyDingning
2023-03-08
Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2022-06-03
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Ciaran McCormick
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
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