﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13397	Include third level headings in the document TOC	cyang	Rich Leland	"The TOC (http://docs.djangoproject.com/en/1.1/contents/) would be more helpful if it included third level headings, e.g.
{{{
...
* Using Django
  * How to install Django
  * Models and databases
    # Adding the following
    # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
    * Models
    * Making queries
    * Aggregation
    * Managers
    * Performing raw SQL queries
    * Managing database transactions
    * Database access optimization
    # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  * Handling HTTP requests
    # Also the following.
    * URL dispatcher
    * Writing Views
    * File Uploads
    * Django shortcut functions
    * Generic views
    * Middleware
    * How to use sessions
...
}}}
"		closed	Documentation	1.1		fixed			Accepted	1	0	0	0	0	0
