Opened 18 years ago

Closed 18 years ago

#2123 closed defect (wontfix)

verbose_name in manipulators

Reported by: Gacha Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
Severity: minor Keywords: verbose_name
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When django throws an error message in manipulators, then the message contains field names, but not the verbose_names of fields in models.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

The forms/manipulators framework is decoupled from the database/model framework, so forms and manipulators have no access to the verbose names.

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