When django-admin-sortable2 is used on a form, it breaks all client-side form validation of that form in the admin interface. Removing it doesn't seem to impact the sortability function. It's not django-admin-sortable2's form to modify in the first place. I believe [this line](https://github.com/jrief/django-admin-sortable2/blob/be156d89f2dc8418393c8efa56895547f4b469a9/client/admin-sortable2.ts#L165) is to blame.