Re: Forms for complex model hierarchies

2007-07-26 Thread Nis Jørgensen
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

Re: Forms for complex model hierarchies

2007-07-26 Thread [EMAIL PROTECTED]
Thanks for the quick response! That will help me out. --~--~-~--~~~---~--~~ 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

Re: Forms for complex model hierarchies

2007-07-26 Thread Jonathan Buchanan
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 >

Forms for complex model hierarchies

2007-07-26 Thread [EMAIL PROTECTED]
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

Re: Forms for complex model hierarchies

2007-07-26 Thread [EMAIL PROTECTED]
Speaking about newforms, of course. Sorry. --~--~-~--~~~---~--~~ 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,