> What version of Django? This sounds a lot like:

Latest (installed by making pip require django>=1.2).

> http://code.djangoproject.com/ticket/11801

It isn't. The problem is not that I'm not getting
formset.deleted_forms, I am. The problem is that these deleted forms
also go to the cleaned_data, which breaks down because the deleted
forms do not validate, thus they don't have form.cleaned_data that the
formset tries to access.

But what can I do with the fs.deleted_forms? If I try to remove them
from the fs.forms before accessing fs.cleaned_data, the access will
break with array out of bounds, as mentioned.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to