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
/
tests
/
auth_tests
Age
Commit message (
Expand
)
Author
7 days
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-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
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-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-05
Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...
Jacob Walls
2025-12-22
Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin.
Jacob Walls
2025-12-03
Fixed #36280 -- Replaced exception checks with assertRaisesMessage().
Skyiesac
2025-11-24
Corrected assertions for True/False results in tests/auth_tests/test_handlers...
Jake Howard
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-10-14
Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.
antoliny0919
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-19
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2025-08-19
Fixed #35892 -- Supported Widget.use_fieldset in admin forms.
antoliny0919
2025-08-08
Fixed #36540 -- Updated request.auser() in contrib.auth.alogin() and contrib....
Xinyi Rong
2025-07-25
Fixed #35581 -- Updated django.core.mail to Python's modern email API.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-22
Fixed #36226 -- Accepted str or bytes for password and salt in password hashers.
Roel Delos Reyes
2025-07-17
Fixed #36163 -- Deprecated most positional arguments in django.core.mail.
Mike Edmunds
2025-05-23
Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...
Sarah Boyce
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-27
Fixed #34917 -- Underlined links in the main content area of the admin.
antoliny0919
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2025-02-18
Fixed #36179 -- Unhexed entries and removed duplicates in auth/common-passwor...
mimi89999
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
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-13
Fixed #36087 -- Supported password reset on a custom user model with a compos...
Sarah Boyce
2024-11-28
Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.
Jaap Roes
2024-11-28
Refs #35530 -- Added basic test cases for auth.login.
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-10-17
Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated ...
Mariusz Felisiak
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-10-15
Fixed #35782 -- Allowed overriding password validation error messages.
Ben Cail
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
[next]