Changed toctree max depth to 3.
Minor refactor on headers for usage docs
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ Contents:
|
||||
---------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 3
|
||||
|
||||
quickstart
|
||||
configuration
|
||||
|
||||
Vendored
+2
-2
@@ -38,8 +38,8 @@ Example assuming a model named "Category"::
|
||||
|
||||
See `this link <http://south.readthedocs.org/en/latest/tutorial/part3.html>`_ for more information on Data Migrations.
|
||||
|
||||
Django Admin Integration
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Django Admin
|
||||
------------
|
||||
|
||||
To enable sorting in the admin, you need to inherit from ``SortableAdmin``::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user