Opened 19 years ago
Closed 19 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.
Note:
See TracTickets
for help on using tickets.
The forms/manipulators framework is decoupled from the database/model framework, so forms and manipulators have no access to the verbose names.