diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-03 03:10:15 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-03 03:10:15 -0500 |
| commit | 5653d13e554433adf34fd81b2c6593a54e7c4ea1 (patch) | |
| tree | 4729e7ff7778d05c5d4f73818343b7bd70fb8b09 /docs/api/url.rst | |
| parent | 83373586ea80ea5057da5fc4ede43278af47a318 (diff) | |
| download | pyramid-5653d13e554433adf34fd81b2c6593a54e7c4ea1.tar.gz pyramid-5653d13e554433adf34fd81b2c6593a54e7c4ea1.tar.bz2 pyramid-5653d13e554433adf34fd81b2c6593a54e7c4ea1.zip | |
- Add a new API ``pyramid.url.current_route_url``, which computes a URL based
on the "current" route (if any) and its matchdict values.
Diffstat (limited to 'docs/api/url.rst')
| -rw-r--r-- | docs/api/url.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/url.rst b/docs/api/url.rst index 1aa3082b7..01be76283 100644 --- a/docs/api/url.rst +++ b/docs/api/url.rst @@ -9,6 +9,8 @@ .. autofunction:: route_url + .. autofunction:: current_route_url + .. autofunction:: route_path .. autofunction:: static_url |
