From 12cef0ee3526d7a024b9c328fd75e64565f02519 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 20 Aug 2011 11:34:16 -0400 Subject: - New request methods: ``current_route_url``, ``current_route_path``. - New function in ``pyramid.url``: ``current_route_path``. --- docs/api/request.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/api/request.rst b/docs/api/request.rst index 2ab3977d5..c7dc897a3 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -167,8 +167,12 @@ .. automethod:: route_url + .. automethod:: current_route_url + .. automethod:: route_path + .. automethod:: current_route_path + .. automethod:: resource_url .. automethod:: static_url -- cgit v1.2.3