diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index fe4711ab6..320d20b0e 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1507,8 +1507,10 @@ matches any model type, using no permission, registered against requests with any request method, request type, request param, route name, or containment. -The mere existence of a ``@view_config`` decorator doesn't suffice to perform -view configuration. To make :app:`Pyramid` process your +The mere existence of a ``@view_config`` decorator doesn't suffice to +perform view configuration. All that the decorator does is "annotate" +the function with your configuration declarations, it doesn't process +them. To make :app:`Pyramid` process your :class:`pyramid.view.view_config` declarations, you *must* do use the ``scan`` method of a :class:`pyramid.configuration.Configurator`: |
