#14358 closed (duplicate)
History changes in admin don't show verbose_name
Reported by: | mordicuac | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | history, verbose_name, admin, sprintdec2010 | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the admin, while viewing the changes of any item, they show the field name, not the verbose name
Attachments (2)
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Has patch: | set |
---|---|
Keywords: | sprintdec2010 added |
milestone: | → 1.3 |
Triage Stage: | Unreviewed → Accepted |
Confirming the bug. Patch coming.
by , 14 years ago
Attachment: | 14358_history_verbose_field_name.py added |
---|
by , 14 years ago
Attachment: | 14358_history_verbose_field_name.diff added |
---|
Patch in diff format this time
comment:3 by , 14 years ago
Triage Stage: | Accepted → Design decision needed |
---|
I think this counts as a problem for end-users seeing the changelist, who would understand verbose names better. OTOH, for debug purposes, it would be more useful to have the field names, as they are necessarily unique, untranslated, etc.
Perhaps both is best?
Note:
See TracTickets
for help on using tickets.
I can reproduce it.
Why do you think is a bug?