summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/auth.txt
AgeCommit message (Expand)Author
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-09-12Fixed #36597 -- Corrected directives for functions from email module in docs.Mridul Dhall
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-02-04Clarified 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