<h1>Welcome to Django Admin Sortable’s documentation!<aclass="headerlink"href="#welcome-to-django-admin-sortable-s-documentation"title="Permalink to this headline">¶</a></h1>
<p>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.</p>
<h2>Supported Django Versions<aclass="headerlink"href="#supported-django-versions"title="Permalink to this headline">¶</a></h2>
<divclass="section"id="django-1-4-x">
<h3>Django 1.4.x<aclass="headerlink"href="#django-1-4-x"title="Permalink to this headline">¶</a></h3>
<p>Use django-admin-sortable 1.4.9 or below.</p>
<divclass="admonition note">
<pclass="first admonition-title">Note</p>
<pclass="last">v1.5.2 introduced backwards incompatible changes for Django 1.4.x</p>
</div>
</div>
<divclass="section"id="django-1-5-x">
<h3>Django >= 1.5.x<aclass="headerlink"href="#django-1-5-x"title="Permalink to this headline">¶</a></h3>
<p>Use the latest version of django-admin-sortable.</p>
<divclass="admonition warning">
<pclass="first admonition-title">Warning</p>
<pclass="last">v1.6.6 introduced a backwards-incompatible change for <codeclass="docutils literal"><spanclass="pre">sorting_filters</span></code>. Please update your <codeclass="docutils literal"><spanclass="pre">sorting_filters</span></code> attribute(s) to the new, tuple-based format.</p>
</div>
</div>
</div>
<divclass="section"id="what-s-new-in-version">
<h2>What’s New in 1.7.0?<aclass="headerlink"href="#what-s-new-in-version"title="Permalink to this headline">¶</a></h2>