jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
770 stars 180 forks source link

Add support for GenericStackedInline / GenericTabularInline #253

Open trevoriancox opened 4 years ago

trevoriancox commented 4 years ago

I have submitted a pull request to add support for GenericStackedInline / GenericTabularInline with SortableGenericInlineAdminMixin.

sixthgear commented 3 years ago

This is a useful feature for me. Could we look at merging this?

sixthgear commented 3 years ago

I added some commentary on the problem being addressed in the PR: https://github.com/jrief/django-admin-sortable2/pull/252#issuecomment-736823925