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
2023-12-04
[5.0.x] Updated translations from Transifex.
Natalia
2023-11-01
[5.0.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.
Mariusz Felisiak
2023-08-08
Fixed #34542 -- Made createsuperuser handle required blank fields in non-inte...
Mateusz Więckowski
2023-06-27
Fixed #34391 -- Added async-compatible interface to auth functions and relate...
Jon Janzen
2023-05-18
Fixed #34565 -- Added support for async checking of user passwords.
HappyDingning
2023-04-17
Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().
sarahboyce
2023-04-03
Updated translations from Transifex.
Mariusz Felisiak
2023-03-28
Fixed #34438 -- Reallowed extending UserCreationForm.
Gary Jarrel
2023-03-20
Updated source translation catalogs.
Mariusz Felisiak
2023-03-08
Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2023-03-07
Fixed #31920 -- Made AuthenticationMiddleware add request.auser().
Jon Janzen
2023-02-04
Increased the default PBKDF2 iterations for Django 5.0.
Mariusz Felisiak
2023-02-02
Improved error message for ASCIIUsernameValidator.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Increased the default PBKDF2 iterations for Django 5.0.
Mariusz Felisiak
2023-01-17
Refs #33691 -- Removed django.contrib.auth.hashers.CryptPasswordHasher per de...
Mariusz Felisiak
2023-01-17
Refs #15619 -- Removed support for logging out via GET requests.
Mariusz Felisiak
2023-01-17
Refs #33561 -- Made created=True required in signature of RemoteUserBackend.c...
Mariusz Felisiak
2023-01-17
Updated source translation catalogs.
Mariusz Felisiak
2022-12-29
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-12-24
Fixed #34165 -- Made permissions creation respect the "using" parameter.
David Wobrock
2022-12-20
Updated translations from Transifex.
Mariusz Felisiak
2022-11-29
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-11
Fixed typo in SetPasswordForm()'s docstring.
Vasiliy Ivanov
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-27
Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password'...
Simon Kern
2022-10-26
Completed test coverage for contrib.auth.forms.
Marcelo Galigniana
2022-09-28
Fixed #34056 -- Updated the list of common passwords for CommonPasswordValida...
Paolo Melchiorre
2022-09-28
Improved error message for ASCIIUsernameValidator.
Paolo Melchiorre
2022-09-27
Completed test coverage for createsuperuser command.
Marcelo Galigniana
2022-09-15
Changed camel case variable to snake case in contrib.admin/auth.
Youngkwang Yang
2022-09-01
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
Shai Berger
2022-08-03
Updated translations from Transifex.
Mariusz Felisiak
2022-07-23
Refs #33691 -- Deprecated insecure password hashers.
Claude Paroz
2022-07-11
Refs #25232 -- Simplified ModelBackend.user_can_authenticate().
Tim Graham
2022-06-22
Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.
Marcelo Galigniana
2022-06-03
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Ciaran McCormick
2022-05-25
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-05-17
Increased the default PBKDF2 iterations for Django 4.2.
Carlton Gibson
2022-05-11
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Mariusz Felisiak
2022-04-20
Refactored out RedirectURLMixin.get_success_url().
Aymeric Augustin
2022-04-20
Simplified LogoutView.get_success_url().
Aymeric Augustin
2022-04-20
Unified LoginView/LogoutView.get_default_redirect_url() methods.
Aymeric Augustin
2022-04-20
Renamed LogoutView.get_next_page() to get_success_url().
Aymeric Augustin
2022-04-20
Refactored out RedirectURLMixin.get_redirect_url().
Aymeric Augustin
2022-04-19
Removed unnecessary default argument from GET.get() call in LoginView.get_red...
Aymeric Augustin
2022-04-18
Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page w...
Aymeric Augustin
[next]