Browse Source

Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.

jpic 8 years ago
parent
commit
944610a86c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/ref/class-based-views/flattened-index.txt

+ 6 - 1
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
 ====================