#13878: Formset validation refactoring and valid_forms property of fieldsets ---------------------------------------------------+------------------------ Reporter: Petr Marhoun <[email protected]> | Owner: nobody Status: new | Milestone: Component: Forms | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------------------------------+------------------------ This series of patch solves two problems: * Formsets validation is spread in four different methods so it is very difficult to comprehend the code and to solve possible problems. * There is no method which gives valid forms in all situation - especially, valid formset can contain invalid form if this form should be deleted. So this ticket adds new property valid_forms which returns all valid (and filled) forms, possible ordered.
There is wiki page and discussion in django-developers: * http://code.djangoproject.com/wiki/ImprovementsForDjangoForms#BetterAPIforformsets * http://groups.google.com/group/django- developers/browse_thread/thread/37e1e8b8313c38de -- Ticket URL: <http://code.djangoproject.com/ticket/13878> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
