diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-27 23:58:41 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-27 23:58:41 +0000 |
| commit | d514b1b23d3904cf614b85c0a77f014184740264 (patch) | |
| tree | 7abd6b7a080ab820c17ea3ee3751c006a3fc1953 | |
| parent | d5970df38e78958e732ee628ed8ced45f58f0b84 (diff) | |
[1.2.X] Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch.
Backport of r15073 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15074 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/contents.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contents.txt b/docs/contents.txt index 14fe007df8..9bf0d685c4 100644 --- a/docs/contents.txt +++ b/docs/contents.txt @@ -10,7 +10,7 @@ Django documentation contents index .. toctree:: - :maxdepth: 2 + :maxdepth: 3 intro/index topics/index |
