django-admin-sortable2
django-admin-sortable2 copied to clipboard
updateInlineLabel is not called for newly added stacked inlines
If I click the “add another” button for a stacked inline, the label is not incremented correctly:

It looks like django does this by sequentially calling updateInlineLabel, but that is only called once when using this plugin.