Hi,

I'm using django 1.2.4.

On the admin, the default label for a ForeignKey field reference to
User is User.username.

This is less desirable to me and I am able to create a full name label
on a drop-down menu, by subclassing ModelChoiceField and overriding
label_from_instance as per the django documentation.

However, when I save an instance and bring it up on a change form, I
set the ForeignKey field as a readonly_field, and the label reverts to
User.username.

Is there any way to display an alternate label when the ForeignKey is
set to a readonly_field?

Thanks,
Stephen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to