summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-07 22:53:05 -0500
committerChris McDonough <chrism@plope.com>2011-01-07 22:53:05 -0500
commit0b0e74764fa0f2a3d6daa8f8ce70112419ea6981 (patch)
tree693b0bc712bf23916afdc571879ec24de82a13f7 /TODO.txt
parent512d53fffab8f0d258f528d0c24c313b65bde652 (diff)
downloadpyramid-0b0e74764fa0f2a3d6daa8f8ce70112419ea6981.tar.gz
pyramid-0b0e74764fa0f2a3d6daa8f8ce70112419ea6981.tar.bz2
pyramid-0b0e74764fa0f2a3d6daa8f8ce70112419ea6981.zip
- Allow ``decorator`` and ``mapper`` arguments to view ZCML directive.
- Document ``decorator`` and ``mapper`` arguments in various places.
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).