I have a ModelAdmin class where I am using callables to define accessors to
a foreign key's field.

I.e.

class MyAdmin(admin.ModelAdmin):

    def field_name(self, obj):
        return obj.fk.field_name

    readonly_fields=(field_name, other_field)


Ultimately I need to translate the labels, but I need access to them first
and I can't see from the ModelAdmin code where that is.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANOQRbxAqzHuL77UXdSA8j9ekw%2B%2Be3-0cY%2BJJ%2BoAWVfSQngOfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to