Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1678 closed defect (fixed)

[patch] Display of deleted objects in admin uses non-localized field names

Reported by: Christopher Lenz <cmlenz@…> Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The code puts the field name in the output, instead of the potentially localized verbose_name.

Attachments (1)

django_1678.diff (1.4 KB ) - added by Christopher Lenz <cmlenz@…> 18 years ago.
Use verbose_name instead of name

Download all attachments as: .zip

Change History (2)

by Christopher Lenz <cmlenz@…>, 18 years ago

Attachment: django_1678.diff added

Use verbose_name instead of name

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2779]) magic-removal: Fixed #1678 -- Changed admin delete confirmation page to use verbose_name instead of name. Thanks, Christopher Lenz

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