elo80ka / django-dynamic-formset

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

Do not decrease TOTAL_FORMS counter #203

Open ridoo opened 4 months ago

ridoo commented 4 months ago

As described in my comment here (Issue #197) the TOTAL_FORMS counter should not be decreased as Django needs that counter to handle all form data POSTed.

ddrcn commented 4 months ago

I agree with @ridoo about "[Do not decrease TOTAL_FORMS counter]"