django-nested-inline
django-nested-inline copied to clipboard
Nested add button acts weird when its parent object has not yet been created
trafficstars
When you have created an instance of inline with nested inlines and then decided to create another inline its nested inline's add button simply adds a new form to the previous inline's nested inlines fieldset. This is actually another bug in javascript.
I have this trouble too.