#5175: Formsets - formset.required_forms not implemented? ------------------------------------------------+--------------------------- Reporter: Simon Litchfield <[EMAIL PROTECTED]> | Owner: adrian Status: new | Component: django.newforms Version: newforms-admin | Keywords: Stage: Unreviewed | Has_patch: 0 ------------------------------------------------+--------------------------- Setting formset.required_forms seems to make no difference to formset validation. I guess we need something similar to ErrorDict to handle formset errors? Since form errors will most likely be accessed directly, I tend to think the default formset.errors should be reserved for formset errors instead of individual formset errors, or at least a combination of the two. Then formset.form_errors could be used to return the list of individual forms' errors.
-- Ticket URL: <http://code.djangoproject.net/ticket/5175> Django Code <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 -~----------~----~----~----~------~----~------~--~---
