Opened 14 years ago

Closed 14 years ago

#13519 closed (invalid)

wrong capitalization in verbose_name(_plural)

Reported by: Evandro Myller Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django is using title format in verbose_name and verbose_name_plural. It should be displayed exactly how it was defined (since one wish to override capitalization).

Change History (1)

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

milestone: 1.2
Resolution: invalid
Status: newclosed

You're going to need to be a little more precise than "Django is using". A quick search of source code reveals over 200 different uses of 'verbose_name'.

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