summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/auth.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-081-1/+8
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-4/+0
* Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres2022-03-101-5/+15
* Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak2022-01-101-3/+3
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-4/+0
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-12/+0
* Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.mo...David Smith2020-05-011-8/+0
* Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak2020-04-071-0/+7
* Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello2020-03-181-1/+5
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-9/+0
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-2/+2
* Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag2019-08-291-0/+41
* Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios2019-08-291-1/+5
* Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers.Carlton Gibson2019-07-021-3/+6
* Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort2019-06-051-2/+15
* Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort2019-06-051-0/+21
* Refs #27807 -- Removed docs for User.username_validator.Tim Graham2019-04-071-20/+1
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-8/+0
* Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon2019-01-091-1/+10
* Corrected whitespace in docs/ref/contrib/auth.txt.Tim Graham2019-01-091-19/+18
* Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen2018-11-141-2/+6
* Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort2018-11-031-29/+30
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-4/+0
* Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham2018-03-221-3/+9
* Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham2018-01-271-1/+3
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-8/+0
* Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.Tim Graham2017-07-271-9/+9
* Clarified meaning of "Optional" in auth.models.User field docs.Jirka Schäfer2017-04-011-3/+6
* Removed self from method signatures in docs.Alasdair Nicol2017-03-161-1/+1
* Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers2017-01-281-1/+5
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-7/+4
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-25/+0
* Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham2017-01-171-10/+0
* Normalized casing of "custom user model".Tim Graham2016-11-231-13/+10
* Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne2016-10-251-17/+0
* Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag2016-09-271-0/+23
* Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl2016-09-121-0/+8
* Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev2016-09-121-2/+14
* Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne2016-09-101-0/+17
* Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz2016-06-241-2/+2
* Fixed #21379 -- Created auth-specific username validatorsClaude Paroz2016-05-161-1/+49
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-30/+43
* Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky2016-03-231-8/+63
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-8/+8
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-0/+1
* Fixed #20846 -- Decreased User.username max_length to 150 characters.Collin Anderson2016-01-081-2/+9
* Fixed #20846 -- Increased User.username max_length to 254 characters.Tim Graham2015-10-291-1/+5
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-1/+1
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-16/+0