Hi,
Please take a look 
at https://github.com/django/django/blob/master/django/forms/formsets.py#L204

if not self.is_valid() or not self.can_delete:

Anyone can give me rationale behind condition with is_valid? Shouldn't 
deleted_forms be available also in case when formset is invalid?

Regards,
Bartek

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0b66eb3f-6feb-42ba-bb0c-9829d23c13e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to