diff options
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 6ab8e9e45..3e0451383 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -135,6 +135,11 @@ method expected to return a response, you can either: kind of view class which provides more automation when your application uses :term:`URL dispatch` solely. +.. 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 |
