summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 2 insertions, 7 deletions
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).