Thanks for the reply, Marc.

On Thursday, March 15, 2012 4:32:48 PM UTC-4, Jeff Blaine 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:
>
> 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_9glP8b-ZAJ.
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.

Reply via email to