diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-01 08:53:54 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-01 09:02:04 -0400 |
| commit | ccb3b0ee679efd7c2e2f50b2e1bcd57634eecdca (patch) | |
| tree | f63b15d64d8e9c7c131a196bf33e1d5125694d1a | |
| parent | b1aea89dee4598857aaa3847f996e7cd03316a10 (diff) | |
[1.11.x] Fixed #28139 -- Added another level of headings in the topics index.
Backport of 4b0211dad55fc9d154dd5fc5b0006a647115d75d from master
| -rw-r--r-- | docs/topics/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/index.txt b/docs/topics/index.txt index 6f85baddb6..8ebb53ce56 100644 --- a/docs/topics/index.txt +++ b/docs/topics/index.txt @@ -5,7 +5,7 @@ Using Django Introductions to all the key parts of Django you'll need to know: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 install db/index |
