summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2014-01-22[1.5.x] Fixed #21726 -- Clarified that password should not be included in REQ...Tim Graham
2013-11-07[1.5.x] Removed no longer relevant wordSylvain Bellemare
2013-11-01[1.5.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare
2013-10-30[1.5.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-25[1.5.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-09-06[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-08-04[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-07-18[1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-14[1.5.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-11[1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-04[1.5.x] Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-05-13[1.5.x] Fixed #20394 - Clarified argument of get_user in docszhongqi
2013-03-26Document password truncation with BCryptPasswordHasherDonald Stufft
2013-03-23[1.5.x] Fixed #20119 -- Fixed typo in auth docsClaude Paroz
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-02-24[1.5.x] Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23[1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-20[1.5.x] Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-16[1.5.x] Refs #14881 -- Document that User models need to have an integer prim...Russell Keith-Magee
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-02-06[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-03[1.5.x] Fixed a typo in docs/topics/auth/customizing.txtTim Graham
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-18[1.5.x] Fixed #19628 - Noted that app for custom user model must be in INSTAL...Tim Graham
2013-01-18[1.5.x] Fixed #19632 -- Bug in code sample.Aymeric Augustin
2013-01-15[1.5.x] Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-04[1.5.x] Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes