summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/configuration.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py
index 467ccfe13..0ee08868d 100644
--- a/repoze/bfg/configuration.py
+++ b/repoze/bfg/configuration.py
@@ -581,6 +581,8 @@ class Configurator(object):
the context and/or the request. If all callables return
``True``, the associated view callable will be considered
viable for a given request.
+
+ .. note:: This feature is new as of :mod:`repoze.bfg` 1.2.
"""
if not view:
@@ -818,6 +820,8 @@ class Configurator(object):
will always be ``None`` when passed to a custom route
predicate.
+ .. note:: This feature is new as of :mod:`repoze.bfg` 1.2.
+
View-Related Arguments
view