Django Admin Sortable Model (move up and down)

Thanks! It is quite limited, but I managed to make it work using django-admin-sortable2 :slight_smile:

It does not work with order_with_respect_to, and it forces you to sort the list view, even if you only want to use it in the StackedInline, but I think that’s Django’s admin panel design.