From e307fcd13a98ef5b60e6f48c5cebb703c35db31f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 5 Dec 2011 02:09:23 -0500 Subject: - Removed the ``pyramid.renderers.renderer_from_name`` function. It has been deprecated since Pyramid 1.0, and was never an API. --- TODO.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 76290fbdb..1b5d82cc0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -42,6 +42,9 @@ Must-Have Nice-to-Have ------------ +- Add a default-view-config-params decorator that can be applied to a class + which names defaults for method-based view_config decorator options. + - Add narrative docs for wsgiapp and wsgiapp2. - Flesh out "Paste" narrative docs chapter. @@ -98,15 +101,8 @@ Nice-to-Have Future ------ -- 1.3: Remove ``pyramid.renderers.renderer_from_name`` (deprecated). - - 1.3: Kill off ``bfg.routes`` envvars in router. -- 1.3: Michael's route group work - -- 1.3: Add a default-view-config-params decorator that can be applied to a - class which names defaults for method-based view_config decorator options. - - 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions (render_*) -- cgit v1.2.3