Django inlineformset validation and delete
- by Andrew Gee
Hi,
Can someone tell me if a form in an inlineformset should go through validation if the DELETE field is checked. I have a form that uses an inlineformset and when I check the DELETE box it fails because the required fields are blank. If I put data in the fields it will pass validation and then be deleted.
Is that how it is supposed to work, I…