elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
677 stars 311 forks source link

Django 1.7 MIN_NUM_FORMS support #96

Closed dmartin35 closed 9 years ago

dmartin35 commented 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.

elo80ka commented 9 years ago

@dmartin35 This is awesome...thanks!