From dc405b2e9bac8e43350442a7824901f5ced8e3d5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Jun 2009 04:04:06 +0000 Subject: - Added the ``repoze.bfg.url.route_url`` API. This is meant to "front" for the Routes ``url_for`` API. See the URL Dispatch narrative chapter and the "repoze.bfg.url" module API documentation for more information. --- docs/api/url.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api/url.rst') diff --git a/docs/api/url.rst b/docs/api/url.rst index d984dcc07..36d3c5b65 100644 --- a/docs/api/url.rst +++ b/docs/api/url.rst @@ -7,5 +7,7 @@ .. autofunction:: model_url + .. autofunction:: route_url + .. autofunction:: urlencode -- cgit v1.2.3