Hello,

 I want to use ModelFormSet's model delete capability and here's problem I
encountered: when I render formset manually (by looping through
formset.forms), and if model was deleted, form is not getting deleted from
formset.forms list. If I refresh whole page, deleted ModelForm disappears.
Is it a bug or proper behavior? I'm using Django 1.0.2.

P.S. Yes, I can create formset again after saving data to the database, but
it is just temporary solution.

Thanks,
Serge.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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