#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 |
-------------------------------+--------------------------------------------
Comment (by kmtracey):
Replying to [comment:2 patrickk]:
> in the meantime, is there a workaround/solution?
Easiest: you can back off to a revision before the change that introduced
the problem (see linked mailing list thread for specifics on what rev
introduced it).
Harder, if you really need to run with a more recent level: you can look
at what the changes were and un-do them in your more recent level,
restoring the old behavior.
Even harder, but potentially more useful to others: you can try to come up
with a real fix, one that preserves the intent of the changes without
introducing this problem. One possibility for a solution to this
particular side-effect for these changes is to fix #5524, so you might
experiment with that and report on how that works out for you.
--
Ticket URL: <http://code.djangoproject.com/ticket/10828#comment:3>
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
-~----------~----~----~----~------~----~------~--~---