Author: timo
Date: 2010-12-27 17:58:16 -0600 (Mon, 27 Dec 2010)
New Revision: 15073

Modified:
   django/trunk/docs/contents.txt
Log:
Fixed #13397 - Include third level headings in the TOC. thanks cyang for the 
suggestion, rleland for the patch.

Modified: django/trunk/docs/contents.txt
===================================================================
--- django/trunk/docs/contents.txt      2010-12-27 23:47:14 UTC (rev 15072)
+++ django/trunk/docs/contents.txt      2010-12-27 23:58:16 UTC (rev 15073)
@@ -10,7 +10,7 @@
     index
 
 .. toctree::
-    :maxdepth: 2
+    :maxdepth: 3
 
     intro/index
     topics/index

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to