diff options
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/configuration.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index f135b2ee2..467ccfe13 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -814,7 +814,9 @@ class Configurator(object): the context and/or the request. If all callables return ``True``, the associated route will be considered viable for a given request. If any custom predicate returns ``False``, - route matching continues. + route matching continues. Note that the value ``context`` + will always be ``None`` when passed to a custom route + predicate. View-Related Arguments |
