1
0
mirror of https://github.com/django/django.git synced 2025-05-06 23:16:29 +00:00

[1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.

Backport of 944610a86c81f90c3c79e5440a5e2c706aa0ef62 from master
This commit is contained in:
jpic 2017-01-03 16:22:56 +01:00 committed by Tim Graham
parent 0d9d15925c
commit f582db1296

View File

@ -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
====================