incuna / django-orderable

Add manual sort order to Django objects via an abstract base class and admin classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to disable drag and drop ordering when list is not sorted by sort_order

maxpeterson opened this issue · comments

#13 highlights the potential danger of sorting the items (using the column titles) in the admin and then reordering by drag and drop.

Is it possible to restrict the drag and drop reordering to only be available when the items are ordered by the sort_order?