- The server side formsets and the corresponding client side plugin now
has support for ordering of forms.
On the client side, this can be enabled by setting the `canOrderForms`
setting, together with the CSS selectors for clickable HTML elements to
move forms up and down.
On the server side, both the existing `ordering_widget` and the upcoming
`deletion_widget` (from Django 4.0) have been backported to earlier
versions. The `delete_widget` attribute has been renamed accordingly.