index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
auth
/
customizing.txt
Age
Commit message (
Expand
)
Author
2013-07-18
[1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...
Tim Graham
2013-07-04
[1.5.x] Fixed #20134 -- Correct list of fields that UserManager requires.
Tim Graham
2013-06-19
Fixed broken reference in documentation.
Baptiste Mispelon
2013-05-13
[1.5.x] Fixed #20394 - Clarified argument of get_user in docs
zhongqi
2013-03-23
[1.5.x] Fixed #20119 -- Fixed typo in auth docs
Claude 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_FIELDS
Tim Graham
2013-02-20
[1.5.x] Fixed #19868 -- Clarified purpose of custom user example
Preston 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-03
[1.5.x] Fixed a typo in docs/topics/auth/customizing.txt
Tim Graham
2013-01-18
[1.5.x] Fixed #19628 - Noted that app for custom user model must be in INSTAL...
Tim Graham
2012-12-28
[1.5.x] Fixed #19498 -- refactored auth documentation
Preston Holmes