django-ordered-model icon indicating copy to clipboard operation
django-ordered-model copied to clipboard

add DragDropOrderedModelAdmin

Open shuckc opened this issue 4 years ago • 2 comments

This is the code from #35 as posted on https://gist.github.com/devsnd/38b9d4ff573a0611a87f10ab3042db45 with a couple of changes to work on master.

It could use a few features but essentially it works.

  • indicating the drop target
  • some sort of icon or row decoration to indicate it can be dragged
  • tests and documentation

shuckc avatar Apr 19 '21 16:04 shuckc

I think it would be ideal if we added this support to the existing admins (list, inline-stackable and inline-tabular) and configured it by using a different field/column name. This would allow move buttons, drag-and-drop or both.

shuckc avatar Apr 19 '21 16:04 shuckc

any chance we could get this finalized?

lsmith77 avatar Oct 03 '23 12:10 lsmith77