Opened 19 years ago
Closed 19 years ago
#2943 closed defect (fixed)
[patch] Multi-byte charcters in verbose_name are garbled in admin.
| Reported by: | 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)
Change History (2)
by , 19 years ago
| Attachment: | patch_to_admin_modify.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3922]) Fixed #2943 -- Changed admin select filter box to work properly with multi-byte characters in verbose_name. Thanks, mtsuyuki@…