diff options
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/configuration.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 6cb4feb8d..74d91a73b 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -470,8 +470,9 @@ class Configurator(object): This value should be an :term:`interface` that the :term:`request` must provide in order for this view to be - found and called. See :ref:`view_request_types_section` for - more information about request types. + found and called. This value exists only for backwards + compatibility purposes: it's usually easier to use another + predicate. request_method |
