On Thu, Mar 15, 2012 at 9:32 PM, Jeff Blaine <
cjbl...@gmail.com> wrote:
> 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: