Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21710 closed Uncategorized (fixed)

API reference for default User implementation misses get_short_name

Reported by: Keryn Knight <django@…> Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Off the back of #21709, I've noticed this document neglects to mention the get_short_name method defined on AbstractUser (and thus indirectly, on User), which is a requirement for a complete implementation of custom users.

Change History (3)

comment:1 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 0150830687188681ba7e4ae9b6da1a832a6d5141:

Fixed #21710 -- Documented User.get_short_name()

Thanks Keryn Knight for the report.

comment:2 by Tim Graham <timograham@…>, 10 years ago

In 51d6a7d53e956ee0b32bb45e33d09b07d796429e:

[1.6.x] Fixed #21710 -- Documented User.get_short_name()

Thanks Keryn Knight for the report.

Backport of 0150830687 from master

comment:3 by Tim Graham <timograham@…>, 10 years ago

In 3cf9ba5fa31083b17c7363e512d365bac0f57c24:

[1.5.x] Fixed #21710 -- Documented User.get_short_name()

Thanks Keryn Knight for the report.

Backport of 0150830687 from master

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