Jonathan Buchanan skrev:
> On 7/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>   
>> Hi group,
>>
>> I have a rather complex hierarchy of models. Say, I have a model A. A
>> has a 1:N relation to model B, which itself has a 1:N relation to
>> model C.
>>
>> What I want is a single web page, on which an instance of A and all
>> its related B and C instances can be edited.
>>
>> What is the best way to achieve this? I am not sure wether it is worth
>> the effort of coding something generic like a deepform function.
>>
>> What are your experiences?
>>
>> Regards,
>> -Justin
>>     
>
> It's scarily easy to do this using the "prefix" argument when creating
> forms. You might have something like the following:
>   
That IS scary ... and should go on djangosnippets, IMO.

Nis

--~--~---------~--~----~------------~-------~--~----~
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