summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-07 23:47:46 -0500
committerChris McDonough <chrism@plope.com>2011-01-07 23:47:46 -0500
commitc5e83c3285b12a4f08547fa5cdafcb9fbeb044e9 (patch)
tree953f7f67524a1e58a3d0e03ee47a25b38c61f517 /TODO.txt
parent0b0e74764fa0f2a3d6daa8f8ce70112419ea6981 (diff)
downloadpyramid-c5e83c3285b12a4f08547fa5cdafcb9fbeb044e9.tar.gz
pyramid-c5e83c3285b12a4f08547fa5cdafcb9fbeb044e9.tar.bz2
pyramid-c5e83c3285b12a4f08547fa5cdafcb9fbeb044e9.zip
- Document ``Configurator.set_view_mapper``.
- Document ``__view_mapper__`` attribute and ``mapper`` argument to view configuration for view callable view mapper preference.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index fb1b95e9b..a7cdd43a5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,13 +11,6 @@ Must-Have (before 1.0)
- Re-make testing.setUp() and testing.tearDown() the canonical APIs for test
configuration.
-- Document ``Configurator.set_view_mapper``.
-
-- 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).
-
- API docs for ``pyramid.views.action``.
- Use a commit veto when configuring repoze.tm2 in paster templates for