Opened 18 years ago
Closed 18 years ago
#4958 closed (fixed)
[newforms-admin] translated field labels doesn't show in newforms admin
| Reported by: | Owned by: | Honza Král | |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | newforms admin unicode label sprintsept14 | |
| 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 merge with Unicode branch might be responsible for that. It can be fixed by simple adding force_unicode() call to django.contrib.admin.options.BoundField.label_tag, see attached patch.
Attachments (4)
Change History (7)
by , 18 years ago
| Attachment: | unicode_label-5751.diff added |
|---|
by , 18 years ago
| Attachment: | unicode_label-5751-for-django-6158.diff added |
|---|
new patch for version 6158
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|
by , 18 years ago
| Attachment: | unicode_label-5751-for-django-6158-take2.diff added |
|---|
new patch for version 6158
by , 18 years ago
| Attachment: | unicode_label-5751-for-django-6158-take3.diff added |
|---|
new patch for python 2.3 compatibility
comment:2 by , 18 years ago
| Keywords: | sprintsept14 added |
|---|
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
simple patch to repair the issue