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
2022-08-03
[4.1.x] Updated translations from Transifex.
Mariusz Felisiak
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
2022-04-01
Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...
Lucidiot
2022-03-29
Fixed #15619 -- Deprecated log out via GET requests.
René Fleschenberg
2022-03-10
Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.
Adrian Torres
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
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
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-29
Updated translations from Transifex.
Claude Paroz
2022-01-13
Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
Mariusz Felisiak
2022-01-04
Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...
Florian Apolloner
2021-12-17
Changed signatures of setting_changed signal receivers.
Adam Johnson
2021-12-13
Improved wording in password validators docs and docstrings.
Adam Johnson
2021-12-06
Updated translations from Transifex.
Mariusz Felisiak
2021-11-11
Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...
Lie Ryan
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-12
Fixed #33178 -- Made createsuperuser validate required fields passed in optio...
Christophe Henry
2021-10-12
Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...
Christophe Henry
2021-10-12
Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...
Mariusz Felisiak
2021-10-07
Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...
Christophe Henry
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-09-21
Updated source translation catalogs.
Mariusz Felisiak
2021-09-20
Increased the default PBKDF2 iterations for Django 4.1.
Mariusz Felisiak
2021-09-06
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mateo Radman
2021-08-09
Removed redundant definition of UserModel in ModelBackend.with_perm().
Premkumar Chalmeti
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-22
Fixed #32275 -- Added scrypt password hasher.
ryowright
2021-07-22
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mariusz Felisiak
2021-07-15
Fixed #32910 -- Unified different plural equations for the same language in c...
Mariusz Felisiak
2021-06-28
Updated translations from Transifex.
Claude Paroz
2021-06-25
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...
Mateo Radman
2021-05-28
Refs #24121 -- Added __repr__() to PermWrapper.
abhiabhi94
2021-05-20
Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.
David Sanders
2021-05-19
Fixed #32765 -- Removed "for" HTML attribute from ReadOnlyPasswordHashWidget.
David Sanders
2021-04-29
Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.
David Wobrock
2021-04-20
Fixed #32664 -- Made PasswordResetTokenGenerator.secret validation lazy.
François Freitag
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-03-11
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...
Hasan Ramezani
2021-02-08
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
ThinkChaos
2021-01-14
Increased the default PBKDF2 iterations for Django 4.0.
Mariusz Felisiak
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
[next]