summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Collapse)Author
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
Thanks pydanny for the report and ptone for the patch. Backport of 24a2bcbcdd from master
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 ↵Russell Keith-Magee
primary key. Thanks to Kaloian Minkov for the reminder about this undocumented requirement. (cherry picked from commit 91c26eadc9b4efa5399ec0f6c84b56a3f8eb84f4)
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ↵Russell Keith-Magee
custom User models. Thanks to Claude Peroz for the draft patch. (cherry picked from commit f5e4a699ca0f58818acbdf9081164060cee910fa)
2013-02-06[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
Thanks Aymeric for the suggestion. Backport of afa3e16334 from master
2013-02-03[1.5.x] Fixed a typo in docs/topics/auth/customizing.txtTim Graham
Backport of 2c173ff3b4 from master
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
Backport of ee26797cff from master
2013-01-18[1.5.x] Fixed #19628 - Noted that app for custom user model must be in ↵Tim Graham
INSTALLED_APPS Thanks dpravdin and Jordan Messina. Backport of 0375244eae from master
2013-01-18[1.5.x] Fixed #19632 -- Bug in code sample.Aymeric Augustin
Thanks grossmanandy at bfusa com and Simon Charette. Backport of 1dd7492.
2013-01-15[1.5.x] Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
Thanks Dima Pravdin for the report. Backport of 74d72e2.
2013-01-04[1.5.x] Fixed #19562 -- cleaned up password storage docsPreston Holmes
Conflicts: docs/topics/auth/passwords.txt
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
Backport of 695b2089e7 from master
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.