diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 03:54:28 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 03:54:28 -0400 |
| commit | 401b371e7933f48e4fac2627fa54f85ff9f0a9f0 (patch) | |
| tree | e6398a67619d29161d46f96df646cb736a73f4c7 /TODO.txt | |
| parent | fa4672fcb490dd0767fed10c557734b43cd845b8 (diff) | |
| parent | 64452edb014423054d1bbc0bb3ed8a3e47b6f611 (diff) | |
| download | pyramid-401b371e7933f48e4fac2627fa54f85ff9f0a9f0.tar.gz pyramid-401b371e7933f48e4fac2627fa54f85ff9f0a9f0.tar.bz2 pyramid-401b371e7933f48e4fac2627fa54f85ff9f0a9f0.zip | |
Merge branch 'feature.subrequest'
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. |
