Hi all,

I have three tables, A,B, abd C which have admin classes.
B has a ForeignKey field to A, and C has a ForeignKey field to B.

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?

I'm a Django newbie so any advice would be greatly appreciated.

Thanks in advance,
Darin



--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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