Re: Creating a model and related models with Inline formsets

2009-07-11 Thread chefsmart
I had posted this on stackoverflow.com and this got answered there. Follow this link for the solution: - http://stackoverflow.com/questions/1113047/creating-a-model-and-related-models-with-inline-formsets On Jul 11, 1:46 am, chefsmart wrote: > Hi, > > Using the example

Creating a model and related models with Inline formsets

2009-07-10 Thread chefsmart
Hi, Using the example at http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#inline-formsets , I am able to _edit_ objects belonging a particular model (using modelforms). I have been trying to follow the same pattern for _creating_ new objects using inline formsets, but have been unab