From 0b0e74764fa0f2a3d6daa8f8ce70112419ea6981 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 7 Jan 2011 22:53:05 -0500 Subject: - Allow ``decorator`` and ``mapper`` arguments to view ZCML directive. - Document ``decorator`` and ``mapper`` arguments in various places. --- TODO.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 938c5607a..fb1b95e9b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -11,15 +11,10 @@ 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 and - ``@view_config``. - -- Allow ``decorator=`` and ``view_mapper=`` to be passed via ZCML. - - Document ``Configurator.set_view_mapper``. -- Document ``__view_mapper__`` attribute for view callable view mapper - preference. +- Document ``__view_mapper__`` attribute and ``mapper`` argument to view + configuration for view callable view mapper preference. - ZCML directive for view mapper (or just use "utility", but it's not eager). -- cgit v1.2.3