Closed dmartin35 closed 9 years ago
With django 1.7, it's now possible to validate a minimum forms within the formset My contribution is thus to disable delete link(s) on row(s) when miminum number of forms is reached. I also updated qunit tests & the demo.
I hope this can help other too.
@dmartin35 This is awesome...thanks!
With django 1.7, it's now possible to validate a minimum forms within the formset My contribution is thus to disable delete link(s) on row(s) when miminum number of forms is reached. I also updated qunit tests & the demo.
I hope this can help other too.