Opened 12 years ago
Closed 12 years ago
#19074 closed Cleanup/optimization (fixed)
Small issues with custom user model documentation
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the example: (https://docs.djangoproject.com/en/dev/topics/auth/#a-full-example)
MyUserManager.create_user
uses auser
variable butcreate_superuser
uses au
variable- Some inconsistent indentation
Change History (2)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 12f39be508cab95a9841987c3df589ef69de706e: