From 37f3baaa637ee6184eac5eff31ca787072f0cc2c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Feb 2012 06:59:37 -0500 Subject: garden --- TODO.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/TODO.txt b/TODO.txt index 3d11470dd..f1376622d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,8 +7,6 @@ Must-Have - Fix deployment recipes in cookbook (discourage proxying without changing server). -- Use waitress instead of wsgiref. - - pyramid.config.util.ActionInfo.__str__ potentially returns Unicode under Py2, fix. @@ -17,6 +15,8 @@ Must-Have Nice-to-Have ------------ +- Modify view mapper narrative docs to not use pyramid_handlers. + - Modify the urldispatch chapter examples to assume a scan rather than ``add_view``. @@ -38,18 +38,10 @@ Nice-to-Have - Fix deployment recipes in cookbook (discourage proxying without changing server). -Nice-to-Have ------------- - -- CherryPy server testing / exploded from CherryPy itself. - - Try "with transaction.manager" in an exception view with SQLA (preempt homina homina response about how to write "to the database" from within in an exception view). -- 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. -- cgit v1.2.3