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
2026-06-16
Fixed #37163 -- Optimized @user_passes_test async checking.
Adam Johnson
2026-06-02
Updated source translation catalogs.
Jacob Walls
2026-06-02
Updated translations from Transifex.
Jacob Walls
2026-06-02
Refs #36439 -- Added missing thread_sensitive=False to dummy password hasher ...
Jacob Walls
2026-06-01
Updated translations from Transifex.
Jacob Walls
2026-05-28
Fixed #36225 -- Coped with lack of get_by_natural_key() in createsuperuser.
babbitt
2026-05-27
Fixed #37019 -- Updated login() and logout() to set request.auser.
vishwa
2026-05-20
Increased the default PBKDF2 iterations for Django 6.2.
Sarah Boyce
2026-05-06
Refs #36439 -- Added sync_to_async() to dummy password hasher path.
Jacob Walls
2026-05-06
Fixed #36300 -- Restored the semantic where RemoteUserMiddleware.header corre...
Jacob Walls
2026-05-05
Fixed #37053 -- Added validate=True to base64.b64decode() calls.
Sarah Boyce
2026-05-04
Fixed #35971 -- Added RemoteUserMiddleware.get_username() helper.
Jacob Walls
2026-05-04
Fixed #37079 -- Fixed specialization of header lookups in RemoteUserMiddleware.
Jacob Walls
2026-05-01
Refs #35303 -- Improved use of async methods in RemoteUserMiddleware.
Sarah Boyce
2026-05-01
Refs #689, #4015 -- Removed RemoteUserMiddleware updates to request.user/ause...
Sarah Boyce
2026-05-01
Refs #689 -- Made RemoteUserMiddleware ImproperlyConfigured error message han...
Sarah Boyce
2026-04-27
Fixed #36901 -- Centralized auth timing attack mitigations.
afenoum
2026-04-24
Fixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.
KANIN KEARPIMY
2026-04-07
Fixed #37021 -- Added Permission.user_perm_str property.
mariatta
2026-04-02
Fixed #37017 -- Fixed setting or clearing of request.user after alogin/alogou...
Jacob Walls
2026-02-27
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2026-02-27
Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.
antoliny0919
2026-02-10
Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...
93578237
2026-02-03
Fixed CVE-2025-13473 -- Standardized timing of check_password() in mod_wsgi a...
Jake Howard
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2026-01-05
Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...
Jacob Walls
2025-12-02
Updated translations from Transifex.
Natalia
2025-11-12
Fixed #36717 -- Redirect authenticated users on admin login view to next URL.
Benedict Etzel
2025-11-05
Fixed #36709 -- Included static methods in system check for UserModel.is_anon...
Harsh Jain
2025-10-14
Refs #31223 -- Added __class_getitem__() to SetPasswordMixin.
Thibaut Decombe
2025-09-18
Updated translations from Transifex.
Natalia
2025-09-17
Increased the default PBKDF2 iterations for Django 6.1.
Jacob Walls
2025-09-17
Refs #36390 -- Removed support for RemoteUserMiddleware subclasses missing ap...
Jacob Walls
2025-09-17
Refs #35530 -- Removed request.user or auser() fallback in auth.login and aut...
Jacob Walls
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
[next]