summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/auth.txt
AgeCommit message (Expand)Author
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
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-08Fixed #20846 -- Decreased User.username max_length to 150 characters.Collin Anderson
2015-10-29Fixed #20846 -- Increased User.username max_length to 254 characters.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-11-21Corrected Permission.max_length in docs; refs #8162.Sergey Fedoseev
2014-09-18Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty
2014-08-01Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.Tim Graham
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-06-30Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
2014-06-24Restored is_anonymous() check in ModelBackend permission checking removed in ...Tim Graham
2014-06-23Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive us...Jorge C. Leitão
2014-06-13Fixed #7599 -- Added get_user_permissions to ModelBackend.Jorge C. Leitão
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-18Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2013-12-30Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-09-12Minor typo fix in django.contrib.auth.models.User docsPhaneendra Chiruvella
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-14Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()SusanTan
2013-08-08Clarify meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger