Include third level headings in the document TOC
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
...
Change History
(8)
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Rich Leland
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
(In [15073]) Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch.