Easier for me to just draw you a picture: +------------------------+ | noodle | +------------------------+ | | | | +-----+ +----+ | | | | +---------------+ +--------------+ | foo 1 | | foo 2 | | | | | | noodle ref | | noodle ref |------+ +---------------+ +--------------+ | | | | | | | +------------+ +-----------+ | bar 1 | | bar 2 | | | | | | foo 2 ref | | foo 2 ref | +------------+ +-----------+
I have a ModelAdmin for model "noodle" displaying an Inline already of model "foo". Works fine. However, I want that existing inline of "foo" to also show the associated info from model bar: NOODLE FOO 1 foofield1 foofield2 FOO 2 foofield1 foofield2 BAR 1 barfield1 barfield2 BAR 2 barfield1 barfield2 -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/w_jDZmLbERUJ. To post to this group, send email to django-users@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.