summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjpic <jamespic@gmail.com>2017-01-03 16:22:56 +0100
committerTim Graham <timograham@gmail.com>2017-01-04 19:12:37 -0500
commitf582db1296cc18e2ff49846c9be4ad999759adcc (patch)
tree5b1eac7eae025635dd376120630d9a692e974e2b /docs
parent0d9d15925cad78dcee2b817ca7c6cdfcde734ab0 (diff)
[1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.
Backport of 944610a86c81f90c3c79e5440a5e2c706aa0ef62 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/class-based-views/flattened-index.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/flattened-index.txt b/docs/ref/class-based-views/flattened-index.txt
index 2abe0eae30..25ac146500 100644
--- a/docs/ref/class-based-views/flattened-index.txt
+++ b/docs/ref/class-based-views/flattened-index.txt
@@ -6,7 +6,12 @@ This index provides an alternate organization of the reference documentation
for class-based views. For each view, the effective attributes and methods from
the class tree are represented under that view. For the reference
documentation organized by the class which defines the behavior, see
-:doc:`Class-based views</ref/class-based-views/index>`
+:doc:`Class-based views</ref/class-based-views/index>`.
+
+.. seealso::
+
+ `Classy Class-Based Views <https://ccbv.co.uk/>`_ provides a nice interface
+ to navigate the class hierarchy of the built-in class-based views.
Simple generic views
====================