* owner: nobody => ramiro
* keywords: => verbose_name
* ui_ux: => 0
* easy: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/13427#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by quinode):
This does also happens for m2m with intermediate through models, when
they're used as inlines in the admin [[BR]]
The fields labels are also completely untranslated in tabular inlines, and
partially (?) in stacked inlines, where I can see that verbose_name
gettext translations for text input and textarea widgets are displayed,
but not for select widgets...
This bug does not happens at all with Generic Inlines, their app and
fields verbose_name translated labels are correctly displayed in the
admin.
--
Ticket URL: <https://code.djangoproject.com/ticket/13427#comment:5>
* has_patch: 0 => 1
Comment:
I've re-added the translatable strings, and encountered no failures
locally. Let's see...
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"68554d16761d1e3bb618686b6d66437c59940b47" 68554d16]:
{{{
#!CommitTicketReference repository=""
revision="68554d16761d1e3bb618686b6d66437c59940b47"
Fixed #13427 -- Made auto-m2m verbose names translatable
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/13427#comment:6>