summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2024-08-07[5.1.x] Updated translations from Transifex.Natalia
2024-07-09[5.1.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password() when ...Michael Manfre
2024-05-30[5.1.x] Fixed #35477 -- Corrected 'required' errors in auth password set/chan...Fabian Braun
2024-05-22[5.1.x] Updated source translation catalogs.Natalia
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-05-17Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.SaJH
2024-05-13Fixed #35408 -- Optimized post-migrate permission creation.Adam Johnson
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-03-27Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...Fabian Braun
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-07Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...Dingning
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-20Refs #34429 -- Created `SetPasswordMixin` to reuse password validation logic ...Fabian Braun
2024-01-29Updated translations from Transifex.Claude Paroz
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-02Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().Salvo Polizzi
2023-12-04Updated translations from Transifex.Natalia
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
2023-11-01Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.Mariusz Felisiak
2023-09-18Increased the default PBKDF2 iterations for Django 5.1.Mariusz Felisiak
2023-09-18Refs #33691 -- Removed insecure password hashers per deprecation timeline.Mariusz Felisiak
2023-09-18Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation...Mariusz Felisiak
2023-08-08Fixed #34542 -- Made createsuperuser handle required blank fields in non-inte...Mateusz Więckowski
2023-06-27Fixed #34391 -- Added async-compatible interface to auth functions and relate...Jon Janzen
2023-05-18Fixed #34565 -- Added support for async checking of user passwords.HappyDingning
2023-04-17Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce
2023-04-03Updated translations from Transifex.Mariusz Felisiak
2023-03-28Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
2023-03-20Updated source translation catalogs.Mariusz Felisiak
2023-03-08Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-07Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen
2023-02-04Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak
2023-02-02Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak
2023-01-17Refs #33691 -- Removed django.contrib.auth.hashers.CryptPasswordHasher per de...Mariusz Felisiak
2023-01-17Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak
2023-01-17Refs #33561 -- Made created=True required in signature of RemoteUserBackend.c...Mariusz Felisiak
2023-01-17Updated source translation catalogs.Mariusz Felisiak
2022-12-29Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling
2022-12-24Fixed #34165 -- Made permissions creation respect the "using" parameter.David Wobrock
2022-12-20Updated translations from Transifex.Mariusz Felisiak
2022-11-29Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone
2022-11-11Fixed typo in SetPasswordForm()'s docstring.Vasiliy Ivanov
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-27Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password'...Simon Kern
2022-10-26Completed test coverage for contrib.auth.forms.Marcelo Galigniana