Welcome

Welcome#

Reorder your items by simply dragging them to their new position. This works fine within admin changelists and inline formsets.

The main component is the ReorderItemsWidget which provides the drag and drop interface on top of an index field and updates the indexes of listed items on form submission.

Still there are some neccessary setups to make a full functional admin integration. Therefore we provide the ReorderItemsField model field, some signal handlers and some admin mixins for your model admin or inline class. Using these components getting you started with a minimal setup.

Just have a look at the getting started section.