That's by design. The individual Modelforms don’t delete. What you can do is
look to see if they are marked, and deleted them manually.
if formline.DELETE:
formline.instance.delete()
On May 23, 2012, at 6:01 PM, Min Hong Tan wrote:
> Hi there,
>
> i have a problem whereby,
Hi there,
i have a problem whereby, if i for form in formset line by line and run
form.save(). my delete (ticked) item will not be deleted.
and if i 'm direct using formset.save(). it did deleted. where am i code
wrong already?
q1 = modelformset_factory(CustomerDetail,
2 matches
Mail list logo