#10828: deleting all forms within a formset is not possible
-------------------------------+--------------------------------------------
Reporter: patrickk | Owner: nobody
Status: new | Milestone: 1.1
Component: Forms | Version: SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------+--------------------------------------------
Changes (by kmtracey):
* needs_better_patch: => 0
* needs_docs: => 0
* stage: Unreviewed => Accepted
* needs_tests: => 0
* milestone: => 1.1
Comment:
I added a patch to the test suite showing one way of triggering this
error. If `formset.is_valid()` returns True, in the past one could expect
to be able to safely iterate through `form.cleaned_data for form in
formset.forms`...that's no longer the case. Setting milestone to 1.1
since this feels like a regression to me, so I think someone more up-to-
speed in this area of the code should really take a look and make a
decision on what to do about it before 1.1.
--
Ticket URL: <http://code.djangoproject.com/ticket/10828#comment:1>
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
-~----------~----~----~----~------~----~------~--~---