summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-12 00:33:56 -0400
committerChris McDonough <chrism@plope.com>2011-07-12 00:33:56 -0400
commit321e34669f0b9119894cd1ee8c115361deba29f6 (patch)
tree2fd805b413e67775b89cfee5cb537ec16474d127 /docs
parent7278cf91ea041222f3af814d19e3d1c2f0536ba0 (diff)
downloadpyramid-321e34669f0b9119894cd1ee8c115361deba29f6.tar.gz
pyramid-321e34669f0b9119894cd1ee8c115361deba29f6.tar.bz2
pyramid-321e34669f0b9119894cd1ee8c115361deba29f6.zip
remove references to add_route view-related configuration
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 8e2d240fa..779a884fb 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -394,13 +394,14 @@ the associated route to be considered a match during the route matching
process. Examples of route predicate arguments are ``pattern``, ``xhr``, and
``request_method``.
-Other arguments are view configuration related arguments. These only have an
-effect when the route configuration names a ``view``. These arguments have
-been deprecated as of :app:`Pyramid` 1.1 (see :ref:`add_route_view_config`).
-
Other arguments are ``name`` and ``factory``. These arguments represent
neither predicates nor view configuration information.
+.. warning:: Some arguments are view-configuration related arguments, such as
+ ``view_renderer``. These only have an effect when the route configuration
+ names a ``view`` and these arguments have been deprecated as of
+ :app:`Pyramid` 1.1.
+
.. _custom_route_predicates:
Custom Route Predicates