summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/auth.txt
AgeCommit message (Expand)Author
2025-02-04[5.2.x] Clarified docs for default email value in UserManager.create_user().amirreza sohrabi far
2024-11-27Removed trailing whitespace in docs.Adam Zapletal
2024-11-27Fixed #35939 -- Linked documentation of Permission.content_type to the Conten...Brock
2024-11-18Fixed #18392 -- Changed default mysql encoding to "utf8mb4".Ben Cail
2024-10-23Doc'd that unusable passwords are defined by metadata in the password field.David D Lowe
2024-10-07Fixed #35303 -- Implemented async auth backends and utils.Jon Janzen
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2023-12-19Doc'd that users with unusable passwords cannot request a password reset.Amin Shah Gilani
2023-12-01Improved wording in auth.models.User field docs.Adrien
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
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-03-08Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-01-10Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-01Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.mo...David Smith
2020-04-07Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-03-18Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-07-02Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers.Carlton Gibson
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-04-07Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Corrected whitespace in docs/ref/contrib/auth.txt.Tim Graham
2018-11-14Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen
2018-11-03Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-01-27Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-07-27Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.Tim Graham
2017-04-01Clarified meaning of "Optional" in auth.models.User field docs.Jirka Schäfer
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-01-28Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-09-27Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
2016-09-12Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl