summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-05 02:09:23 -0500
committerChris McDonough <chrism@plope.com>2011-12-05 02:09:23 -0500
commite307fcd13a98ef5b60e6f48c5cebb703c35db31f (patch)
tree0a469efa6cb69fe47ab0a03a6b19879d3d942053 /TODO.txt
parentbfc01f58e303d2aa07898b9d939a0f32d7fda3f4 (diff)
downloadpyramid-e307fcd13a98ef5b60e6f48c5cebb703c35db31f.tar.gz
pyramid-e307fcd13a98ef5b60e6f48c5cebb703c35db31f.tar.bz2
pyramid-e307fcd13a98ef5b60e6f48c5cebb703c35db31f.zip
- Removed the ``pyramid.renderers.renderer_from_name`` function. It has been
deprecated since Pyramid 1.0, and was never an API.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt10
1 files changed, 3 insertions, 7 deletions
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_*)