summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/hooks.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index bdd968362..73ee655ea 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1238,6 +1238,10 @@ implict and explicit tween chains used by an application. See
Adding A Third Party View or Route Predicate
--------------------------------------------
+.. note::
+
+ Third-party predicates are a feature new as of Pyramid 1.4.
+
View and route predicates used during view configuration allow you to narrow
the set of circumstances under which a view or route will match. For
example, the ``request_method`` view predicate can be used to ensure a view