Opened 12 years ago

Closed 12 years ago

#19074 closed Cleanup/optimization (fixed)

Small issues with custom user model documentation

Reported by: Bradley Ayers <brad@…> 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 a user variable but create_superuser uses a u variable
  • Some inconsistent indentation

Change History (2)

comment:1 by Russell Keith-Magee, 12 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Russell Keith-Magee <russell@…>, 12 years ago

Resolution: fixed
Status: newclosed

In 12f39be508cab95a9841987c3df589ef69de706e:

Fixed #19074 -- Corrected some minor issues with the new custom User docs.

Thanks to Bradley Ayers for the review.

Note: See TracTickets for help on using tickets.
Back to Top