From 4eafaa0f6238ff0bd64729827e5974326fa6f60b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Nov 2010 19:31:42 -0500 Subject: - New API methods for ``pyramid.request.Request``: ``model_url`` and ``route_url``. These are simple passthroughs for their respective functions in ``pyramid.url``. - Documented the ``matchdict`` and ``matched_route`` attributes of the request object in the Request API documentation. --- docs/narr/urldispatch.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/narr') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index c1e4b28e3..4442be355 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -763,6 +763,8 @@ finding` and :term:`view lookup`. .. index:: single: matchdict +.. _matchdict: + The Matchdict ~~~~~~~~~~~~~ @@ -781,6 +783,8 @@ strings. The values will be Unicode objects. .. index:: single: matched_route +.. _matched_route: + The Matched Route ~~~~~~~~~~~~~~~~~ -- cgit v1.2.3