django-nested-inline
django-nested-inline copied to clipboard
Repair "The inline foreign key did not match the parent instance primary key"
trafficstars
We deleted "value" in all inputs in new form, but stay it in "empty-form", so if add next form is possible to have "id" value from form before cloned. So, we have new not-saved formset and inlines with id to other formset. Which lead to, "The inline foreign key did not match the parent instance primary key" error.