summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/auth.txt
AgeCommit message (Expand)Author
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
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-03-31Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-01Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-01-10Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss