On 12/5/06, Darin Lee <[EMAIL PROTECTED]> wrote:
> I am trying to get an admin form (change/detail) that contains A's,
> B's and C's fields inline when I visit A's change/update pages. In
> short, is it possible to recurse "edit_inline" arguments across three
> tables (where C is indirectly related to A via B)? Or would it be a
> better approach to write custom admin views and templates that do this?

Recursive or multi-level edit_inline is not supported at this time,
but we've talked about adding that support in the future. Your best
bet at this point is to write custom admin views/templates.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to