From 57cc5b77e7e1e1a9ef20902ff50e747a66ee3d13 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 2 Jan 2011 20:20:17 -0500 Subject: garden --- TODO.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 4c9429625..d87db1480 100644 --- a/TODO.txt +++ b/TODO.txt @@ -11,16 +11,15 @@ Must-Have (before 1.0) - Re-make testing.setUp() and testing.tearDown() the canonical APIs for test configuration. -- Document ``decorator=`` and ``view_mapper`` parameters to add_view. +- Document ``decorator=`` and ``view_mapper`` parameters to add_view and + ``@view_config``. -- Allow ``decorator=`` and ``view_mapper=`` to be passed via ZCML and the - ``view_config`` decorator. +- Allow ``decorator=`` and ``view_mapper=`` to be passed via ZCML. -- Document ``Configurator.add_view_mapper``. +- Document ``Configurator.set_view_mapper``. -- Consider the ability to defer the choice of view mapper and/or renderer - (note that we could also just suggest that people use a default renderer - instead). +- Document ``__view_mapper__`` attribute for view callable view mapper + preference. - ZCML directive for view mapper (or just use "utility", but it's not eager). -- cgit v1.2.3