Re: Generic way to create/edit multiple objects?

2007-03-05 Thread [EMAIL PROTECTED]
You would create a custom change manipulator... and you could pass it the main 'parent' object ... then in your flatten data routine, you could extract all of the values for your related objects. I don't really know what fields you have or anything..but here is some sample code in the right

Generic way to create/edit multiple objects?

2007-03-05 Thread allmanj
Hi all, I've been trawling through django code and i'm beginning to hit a brick wall on this one. I want to create a view to edit and create a bunch of objects. Edit those which exist and (optionally) add those that don't. I have for the purposes of this discussion, four classes, Project,