summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index e8cf2f83c..4a54a6b16 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -133,6 +133,11 @@ method expected to return a response, you can either:
- treat the class as a :term:`view handler` by using it as the ``handler=``
argument of a call to :meth:`pyramid.config.Configurator.add_handler`.
+.. note::
+ You can also create :term:`view handler` classes that define
+ multiple view callables similar to "controllers" in Pylons 1.0. See
+ the :ref:`handlers_chapter` chapter for details.
+
.. index::
single: view calling convention