summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2025-03-31[5.2.x] Updated translations from Transifex.Sarah Boyce
2025-03-19[5.2.x] Updated source translation catalogs.Mariusz Felisiak
2025-02-18[5.2.x] Fixed #36179 -- Unhexed entries and removed duplicates in auth/common...mimi89999
2025-02-01[5.2.x] Fixed #36140 -- Allowed BaseUserCreationForm to define non required p...nessita
2025-01-13Fixed #36087 -- Supported password reset on a custom user model with a compos...Sarah Boyce
2024-12-18Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddlewa...Anders Einar Hilden
2024-11-28Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.Jaap Roes
2024-11-26Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...Tommy Allen
2024-11-15Refs #28215 -- Marked auth form passwords as sensitive variables.GappleBee
2024-11-01Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...Sarah Boyce
2024-10-17Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated ...Mariusz Felisiak
2024-10-15Fixed #35782 -- Allowed overriding password validation error messages.Ben Cail
2024-10-09Fixed #35792 -- Simplified ModelBackend._get_group_permissions().Bona Fide IT GmbH
2024-10-07Updated translations from Transifex.nessita
2024-10-07Fixed #35303 -- Implemented async auth backends and utils.Jon Janzen
2024-09-03Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...Natalia
2024-08-19Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm.Natalia
2024-08-07Updated translations from Transifex.Natalia
2024-07-09Fixed CVE-2024-39329 -- Standarized timing of verify_password() when checking...Michael Manfre
2024-07-04Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.Jake Howard
2024-06-28Reverted "Fixed #35564 -- Improved readability of subclass identification."Sarah Boyce
2024-06-27Fixed #35564 -- Improved readability of subclass identification.Jaap Roes
2024-05-30Fixed #35477 -- Corrected 'required' errors in auth password set/change forms.Fabian Braun
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-22Updated source translation catalogs.Natalia
2024-05-22Increased the default PBKDF2 iterations for Django 5.2.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