Probably connected issue: when I check generated SQL when saving form with inline ModelFormSet, I'm getting following SQL queries:
SELECT (1) AS "a" FROM "table1" WHERE ("table1"."id" = 8 AND NOT ("table1"."id" = 8 )) 8 is valid id and "delete" checkbox is not checked. There's always at least one query per item. Probably it is check if model still exists in the database, but doubt that generated query is correct. I'm using SQLite as a database provider. Serge. On Wed, Feb 11, 2009 at 5:40 PM, Sergey Koval <serge.ko...@gmail.com> wrote: > 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 -~----------~----~----~----~------~----~------~--~---