Re: Working with inline formsets to created/edit an object

2008-09-19 Thread Alex
I am very interested in this as well. I had to abandon formsets because they were too difficult to get working for creating associated objects at the same time as the original object. I was sure this was a common issue but could find absolutely no information about how to do this reasonably clea

Working with inline formsets to created/edit an object

2008-09-18 Thread Bram Duvigneau
Hello, I've an object that has three associations that should be edited inline. I would like to let the user create this object and it's associations at one page. Same goes for editing the object. I've hacked something together using formsets, but I'm facing some problems. First of all, the c