Re: Combine several Forms to one class

2009-03-12 Thread Malcolm Tredinnick
On Thu, 2009-03-12 at 10:57 +0100, Thomas Guettler wrote: > Hi, > > I often have several forms in on tag. Like FormSet, > it would be nice to have a class which combines several forms. > > But FormSet can only deal with several forms of one class. > > This MultiForm class should do this: > >

Combine several Forms to one class

2009-03-12 Thread Thomas Guettler
Hi, I often have several forms in on tag. Like FormSet, it would be nice to have a class which combines several forms. But FormSet can only deal with several forms of one class. This MultiForm class should do this: - validate/clean all sub forms on clean(). Not just until the first one