summaryrefslogtreecommitdiff
path: root/docs/narr/advconfig.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-04-19 01:32:28 -0500
committerMichael Merickel <michael@merickel.org>2011-04-20 05:05:40 -0500
commita1d8c03490bcd7cb00372170c4e9c67ea9af5ce3 (patch)
treef329cbeb0896978bc3e42cba543dece0e0e5c73e /docs/narr/advconfig.rst
parent99d2d26e9c817b6a7f59bfe0f367d76438287ec7 (diff)
downloadpyramid-a1d8c03490bcd7cb00372170c4e9c67ea9af5ce3.tar.gz
pyramid-a1d8c03490bcd7cb00372170c4e9c67ea9af5ce3.tar.bz2
pyramid-a1d8c03490bcd7cb00372170c4e9c67ea9af5ce3.zip
Converting docs to deprecate view parameters in config.add_route.
Diffstat (limited to 'docs/narr/advconfig.rst')
-rw-r--r--docs/narr/advconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 099bce35f..7ae80155b 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -300,7 +300,7 @@ detection, because they're implemented in terms of conflict-aware methods:
- :meth:`~pyramid.config.Configurator.add_route` does a second type of
conflict detection when a ``view`` parameter is passed (it calls
- ``add_view``).
+ ``add_view``). This behavior has been deprecated in :app:`Pyramid` 1.1.
- :meth:`~pyramid.config.Configurator.static_view`, a frontend for
``add_route`` and ``add_view``.