Opened 18 years ago

Closed 18 years ago

#2943 closed defect (fixed)

[patch] Multi-byte charcters in verbose_name are garbled in admin.

Reported by: mtsuyuki@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal 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

Changeset 3649 created this problem.

repr doesn't treat multi-byte charcter encoding right way.

str does fine.

So just escape double quotation and use str.

Attachments (1)

patch_to_admin_modify.diff (1.0 KB ) - added by mtsuyuki@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by mtsuyuki@…, 18 years ago

Attachment: patch_to_admin_modify.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3922]) Fixed #2943 -- Changed admin select filter box to work properly with multi-byte characters in verbose_name. Thanks, mtsuyuki@…

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