summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-09-01 09:20:38 -0400
committerTim Graham <timograham@gmail.com>2012-09-01 09:20:38 -0400
commit5faadea439a405ecd80ec06c0d6a769e47ebeec2 (patch)
treec9534b388df94e9cdd50300c9853f34d8205c5e1 /docs/index.txt
parentf7142b6111fef01c2b1a4a37219c3dfbfdea2dc2 (diff)
Fixed #17378 - Added a flattened index for class-based views.
Thanks Preston Holmes for the patch.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index ca08301dad..3f4e30385c 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -108,7 +108,8 @@ to know about views via the links below:
:doc:`Built-in display views <topics/class-based-views/generic-display>` |
:doc:`Built-in editing views <topics/class-based-views/generic-editing>` |
:doc:`Using mixins <topics/class-based-views/mixins>` |
- :doc:`API reference <ref/class-based-views/index>`
+ :doc:`API reference <ref/class-based-views/index>` |
+ :doc:`Flattened index<ref/class-based-views/flattened-index>`
* **Advanced:**
:doc:`Generating CSV <howto/outputting-csv>` |