Opened 17 years ago

Closed 17 years ago

#4958 closed (fixed)

[newforms-admin] translated field labels doesn't show in newforms admin

Reported by: Honza Král <Honza.Kral@…> 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)

unicode_label-5751.diff (702 bytes ) - added by Honza Král <Honza.Kral@…> 17 years ago.
simple patch to repair the issue
unicode_label-5751-for-django-6158.diff (696 bytes ) - added by Honza Král 17 years ago.
new patch for version 6158
unicode_label-5751-for-django-6158-take2.diff (567 bytes ) - added by Honza Král 17 years ago.
new patch for version 6158
unicode_label-5751-for-django-6158-take3.diff (580 bytes ) - added by Honza Král 17 years ago.
new patch for python 2.3 compatibility

Download all attachments as: .zip

Change History (7)

by Honza Král <Honza.Kral@…>, 17 years ago

Attachment: unicode_label-5751.diff added

simple patch to repair the issue

by Honza Král, 17 years ago

new patch for version 6158

comment:1 by Honza Král, 17 years ago

Owner: changed from nobody to Honza Král

by Honza Král, 17 years ago

new patch for version 6158

by Honza Král, 17 years ago

new patch for python 2.3 compatibility

comment:2 by Honza Král, 17 years ago

Keywords: sprintsept14 added

comment:3 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6209]) newforms-admin: Fixed #4958 -- Translated field labels now show. Thanks, Honza Kral

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