Added more information to index

This commit is contained in:
Brandon Taylor
2014-08-20 23:34:31 -04:00
parent 279ce2e71f
commit e43d7d67c2
14 changed files with 345 additions and 6 deletions
+27 -1
View File
@@ -96,6 +96,31 @@
<div class="section" id="welcome-to-django-admin-sortable-s-documentation">
<h1>Welcome to Django Admin Sortable&#8217;s documentation!<a class="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>
<div class="section" id="supported-django-versions">
<h2>Supported Django Versions<a class="headerlink" href="#supported-django-versions" title="Permalink to this headline"></a></h2>
<div class="section" id="django-1-4-x">
<h3>Django 1.4.x<a class="headerlink" href="#django-1-4-x" title="Permalink to this headline"></a></h3>
<p>Use django-admin-sortable 1.4.9 or below.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">v1.5.2 introduced backwards incompatible changes for Django 1.4.x</p>
</div>
</div>
<div class="section" id="django-1-5-x">
<h3>Django &gt;= 1.5.x<a class="headerlink" href="#django-1-5-x" title="Permalink to this headline"></a></h3>
<p>Use the latest version of django-admin-sortable.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">v1.6.6 introduced a backwards-incompatible change for <code class="docutils literal"><span class="pre">sorting_filters</span></code>. Please update your <code class="docutils literal"><span class="pre">sorting_filters</span></code> attribute(s) to the new, tuple-based format.</p>
</div>
</div>
</div>
<div class="section" id="what-s-new-in-version">
<h2>What&#8217;s New in 1.7.0?<a class="headerlink" href="#what-s-new-in-version" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Python 2.6 backwards compatibility. Thanks <a class="reference external" href="https://github.com/EnTeQuAk">&#64;EnTeQuAk</a></li>
</ul>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
@@ -104,12 +129,13 @@
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>