From 8dfa27c8b0af9399e9d4631ab07e91911b557c9a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Dec 2009 18:51:40 +0000 Subject: Note insertion version. --- repoze/bfg/configuration.py | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3