From 5ef9c28538c8274958914e35bbe4c5b20958e3e1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 14 Nov 2008 04:15:27 +0000 Subject: Note that subclasses work too. --- docs/narr/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 6b9c92d0a..d1678f92d 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -78,8 +78,8 @@ You may associate a view with a URL by adding information to your /> The above maps the ``.views.hello_world`` view function to -:term:`context` objects which are instances of the Python class -represented by ``.models.Hello`` when the *view name* is +:term:`context` objects which are instances (or subclasses) of the +Python class represented by ``.models.Hello`` when the *view name* is ``hello.html``. .. note:: Values prefixed with a period (``.``)for the ``for`` and -- cgit v1.2.3