summaryrefslogtreecommitdiff
path: root/docs/topics/auth/customizing.txt
AgeCommit message (Expand)Author
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
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
2024-11-14Fixed #17430 -- Documented access to the Django admin when using a custom aut...Maria Hynes
2024-10-07Fixed #35303 -- Implemented async auth backends and utils.Jon Janzen
2024-09-16Fixed #35767 -- Adjusted customizing User model docs.Carlton Gibson
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2023-09-18Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation...Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
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-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-11-29Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone
2022-09-17Fixed #34019 -- Removed obsolete references to "model design considerations" ...DevilsAutumn
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-06-03Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-10-19Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label.Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.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-12-03Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-29Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-07Fixed Sphinx warnings on duplicate object descriptions.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-29Removed unneeded * markers from parameter names.Carlton Gibson
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-07-08Fixed #30620 -- Made an example of admin-compliant custom user app pep8 compl...Nuno
2019-07-04Fixed #28667 -- Clarified how to override list of forms fields for custom Use...swatantra
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-04-30Fixed #20629 -- Rephrased custom user models admonition.Tobias Kunze
2019-04-24Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-02-28Clarified permission-related docs.Tobias Bengfort
2018-11-12Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort
2018-09-26Fixed #29683 -- Added view permission to docs.Stephen James
2018-08-06Consolidated docs about handling a ForeignKey in custom user model manager.Tim Graham
2018-07-02Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham
2018-06-05Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham