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
Age
Commit message (
Expand
)
Author
2025-12-02
[6.0.x] Updated translations from Transifex.
Natalia
2025-10-14
[6.0.x] Refs #31223 -- Added __class_getitem__() to SetPasswordMixin.
Thibaut Decombe
2025-09-18
[6.0.x] Updated translations from Transifex.
Natalia
2025-09-15
Refs #27489 -- Made RenamePermission() operation respect database.
David Sanders
2025-09-11
Fixed #36603 -- Optimized check order in LoginRequiredMiddleware.
Adam Johnson
2025-08-27
Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...
Sarah Boyce
2025-08-25
Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...
SaJH
2025-08-22
Refs #35530 -- Corrected deprecation message in auth.alogin().
Mariusz Felisiak
2025-08-20
Refs #35303 -- Made small optimizations in alogout() and aget_user().
Mariusz Felisiak
2025-08-20
Fixed #36561 -- Used request.auser() in contrib.auth.aupdate_session_auth_has...
Xinyi Rong
2025-08-19
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2025-08-08
Fixed #36540 -- Updated request.auser() in contrib.auth.alogin() and contrib....
Xinyi Rong
2025-07-31
Fixed #36439 -- Optimized acheck_password by using sync_to_async on verify_pa...
Roel Delos Reyes
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-22
Standardized how method_decorator is used in contrib.auth views and admin.
Claude Paroz
2025-07-22
Fixed #36226 -- Accepted str or bytes for password and salt in password hashers.
Roel Delos Reyes
2025-06-11
Removed default value for app_configs in system check functions.
Adam Johnson
2025-06-06
Updated translations from Transifex.
Sarah Boyce
2025-05-23
Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...
Sarah Boyce
2025-04-23
Simplified UserManager.with_perm() by using get_backends().
Bona Fide IT GmbH
2025-04-17
Fixed #35959 -- Displayed password reset button in admin only when user has s...
Sarah Boyce
2025-04-17
Refs #35959 -- Added render_password_as_hash auth template tag for password r...
Sarah Boyce
2025-04-17
Fixed #36314 -- Fixed MinimumLengthValidator error message translation.
Ahmed Nassar
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-31
Updated translations from Transifex.
Sarah Boyce
2025-03-27
Fixed #34917 -- Underlined links in the main content area of the admin.
antoliny0919
2025-03-19
Updated source translation catalogs.
Mariusz Felisiak
2025-02-18
Fixed #36179 -- Unhexed entries and removed duplicates in auth/common-passwor...
mimi89999
2025-02-01
Fixed #36140 -- Allowed BaseUserCreationForm to define non required password ...
nessita
2025-01-15
Increased the default PBKDF2 iterations for Django 6.0.
Sarah Boyce
2025-01-15
Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...
Sarah Boyce
2025-01-15
Refs #22569 -- Made request required in ModelAdmin.lookup_allowed() per depre...
Sarah Boyce
2025-01-13
Fixed #36087 -- Supported password reset on a custom user model with a compos...
Sarah Boyce
2024-12-18
Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddlewa...
Anders Einar Hilden
2024-11-28
Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.
Jaap Roes
2024-11-26
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...
Tommy Allen
2024-11-15
Refs #28215 -- Marked auth form passwords as sensitive variables.
GappleBee
2024-11-01
Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...
Sarah Boyce
2024-10-17
Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated ...
Mariusz Felisiak
2024-10-15
Fixed #35782 -- Allowed overriding password validation error messages.
Ben Cail
2024-10-09
Fixed #35792 -- Simplified ModelBackend._get_group_permissions().
Bona Fide IT GmbH
2024-10-07
Updated translations from Transifex.
nessita
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-09-03
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...
Natalia
2024-08-19
Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm.
Natalia
2024-08-07
Updated translations from Transifex.
Natalia
2024-07-09
Fixed CVE-2024-39329 -- Standarized timing of verify_password() when checking...
Michael Manfre
2024-07-04
Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.
Jake Howard
[next]