I have an object in my model that has a OneToOne relationship with an object in another app. I would like to customize the way my object is displayed in the admin interface by subclassing ModelAdmin as shown in the tutorial. I'm not sure how to reference fields across the OneToOne relationship - i.e. I want to show fields from the object referenced by the OneToOne relationship in the admin interface. Is there any way to do this? Thanks Mike
-- 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.