Hi, I often have several forms in on <form> 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 fails, since the user should see all errors. - Simple dependency: Example: FormB should be cleaned only if FormA cleans successfully. (Since FormB requires data from FormA). - join Media attributes. Do you understand what I want? I don't think it is difficult, but maybe there is already something like this. Thomas -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de --~--~---------~--~----~------------~-------~--~----~ 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, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---