From 5653d13e554433adf34fd81b2c6593a54e7c4ea1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 3 Jan 2011 03:10:15 -0500 Subject: - Add a new API ``pyramid.url.current_route_url``, which computes a URL based on the "current" route (if any) and its matchdict values. --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 0b2bacce2..15ce6ef05 100644 --- a/TODO.txt +++ b/TODO.txt @@ -34,8 +34,6 @@ Must-Have (before 1.0) Should-Have ----------- -- ``current_route_url`` function. https://gist.github.com/762842 - - Convert paster template and tutorial HTML templates to use ``request.static_url('{{package}}:static/foo.css')`` rather than ``${request.application_url}/static/foo.css``. -- cgit v1.2.3