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

seems that what you want is nested inlines and unfortunately there is
no solution for this in the short run, check this ticket
https://code.djangoproject.com/ticket/9025
-- 
Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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