diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 03:37:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 03:37:37 -0400 |
| commit | 1e59ef41026d9754ac9dc21522dd68edfcaf18d7 (patch) | |
| tree | 6d89affe939d62d44e44d15c6b1c73007ac276f1 /TODO.txt | |
| parent | fef69b67c5d07f7b7294fe9b52f70fb9de22d17f (diff) | |
| download | pyramid-1e59ef41026d9754ac9dc21522dd68edfcaf18d7.tar.gz pyramid-1e59ef41026d9754ac9dc21522dd68edfcaf18d7.tar.bz2 pyramid-1e59ef41026d9754ac9dc21522dd68edfcaf18d7.zip | |
garden todo, add docs about exception handling
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -82,15 +82,6 @@ Nice-to-Have - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). -- Create a function which performs a recursive request. - -- Create a ``render_view`` that works by using config.derive_view against an - existing view callable instead of querying the registry (some sort of API - for rendering a view callable object to a response from within another view - callable). Possible idea: have config.add_view mark up the - function/method/class like @view_config does, then use the attached info to - derive a view callable whenever called via some API. - - Provide a ``has_view`` function. - Update App engine chapter with less creaky directions. |
