#5373: Field label for a ForeignKey not translated
--------------------------------------------------------------+-------------
Reporter: Szilveszter Farkas <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component:
Internationalization
Version: SVN | Keywords:
i18n foreignkey field label
Stage: Unreviewed | Has_patch: 0
--------------------------------------------------------------+-------------
Situation: I have ModelA and ModelB. ModelB contains a ForeignKey(ModelA)
attribute. Both ModelA and ModelB have lazy translated verbose_name and
verbose_name_plural Meta attributes. These show up well in the admin
interface, however on ModelB's change form, the ForeignKey's field has the
label 'ModelA' (not translated).
Hopefully my description is understandable. I can of course provide source
code, if necessary.
--
Ticket URL: <http://code.djangoproject.com/ticket/5373>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---