Django Admin Sortable is a super-easy way to add drag-and-drop ordering to almost any model you manage through Django admin. Inlines for a sortable model may also be made sortable, enabling individual items or groups of items to be sortable.
Supported Django Versions
-------------------------
Django 1.4.x
^^^^^^^^^^^^
Use django-admin-sortable 1.4.9 or below.
..note::
v1.5.2 introduced backwards incompatible changes for Django 1.4.x
Django >= 1.5.x
^^^^^^^^^^^^^^^^^^^^^^^
Use the latest version of django-admin-sortable.
..warning::
v1.6.6 introduced a backwards-incompatible change for ``sorting_filters``. Please update your ``sorting_filters`` attribute(s) to the new, tuple-based format.