#5175: Formsets - formset.required_forms not implemented?
---------------------------------------------------+------------------------
Reporter: Simon Litchfield <[EMAIL PROTECTED]> | Owner:
adrian
Status: closed | Component:
django.newforms
Version: newforms-admin | Resolution:
invalid
Keywords: | Stage:
Design decision needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------------------------+------------------------
Changes (by jkocherhans):
* status: new => closed
* resolution: => invalid
Comment:
{{{formset.required_forms}}} is not meant to be a public attribute.
Setting it would have unpredictable results. That said, {{{FormSet}}}s
still need a hook to do validation on *all* forms in the set. I imagine
that's what you want here. I've opened up #5353 to track that. Something
like {{{ErrorDict}}} would probably be useful, but that discussion needs
to occur on django-dev. Not enough people will see it here. If you have a
design in mind, please propose it there. Otherwise, I'll keep it in mind
when I get around to implementing #5353.
--
Ticket URL: <http://code.djangoproject.com/ticket/5175#comment:2>
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
-~----------~----~----~----~------~----~------~--~---