diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-02 20:20:17 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-02 20:20:17 -0500 |
| commit | 57cc5b77e7e1e1a9ef20902ff50e747a66ee3d13 (patch) | |
| tree | c897d677a67fca98a47a1611b30635acd48c4be8 /TODO.txt | |
| parent | 8f2db27ffe8376c313d09e5c3608d326bb4f0e25 (diff) | |
| download | pyramid-57cc5b77e7e1e1a9ef20902ff50e747a66ee3d13.tar.gz pyramid-57cc5b77e7e1e1a9ef20902ff50e747a66ee3d13.tar.bz2 pyramid-57cc5b77e7e1e1a9ef20902ff50e747a66ee3d13.zip | |
garden
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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). |
