diff options
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,6 +25,9 @@ Should-Have - Change "Cleaning up After a Request" in the urldispatch chapter to use ``request.add_response_callback``. +- ``decorator=`` parameter to view_config. This would replace the existing + _map_view "decorator" if it existed. + Nice-to-Have ------------ @@ -53,9 +56,6 @@ Nice-to-Have - Change docs about creating a venusian decorator to not use ZCA. -- ``decorator=`` parameter to view_config. This would replace the existing - _map_view "decorator" if it existed. - - Try to better explain the relationship between a renderer and a template in the templates chapter and elsewhere. Scan the documentation for reference to a renderer as *only* view |
