From 944610a86c81f90c3c79e5440a5e2c706aa0ef62 Mon Sep 17 00:00:00 2001 From: jpic Date: Tue, 3 Jan 2017 16:22:56 +0100 Subject: [PATCH] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs. --- docs/ref/class-based-views/flattened-index.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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` +:doc:`Class-based views`. + +.. seealso:: + + `Classy Class-Based Views `_ provides a nice interface + to navigate the class hierarchy of the built-in class-based views. Simple generic views ====================