diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-07-28 03:00:58 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-07-28 03:00:58 +0000 |
| commit | f077653f208f6f7c89c78c87c2abb0ea7031dbc0 (patch) | |
| tree | ae5be691f2f19ccd98afa513738a2d424ecfe4e2 /TODO.txt | |
| parent | be6f3b9ae06b31920d90744b20ccb7a8b4d9a278 (diff) | |
| download | pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.tar.gz pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.tar.bz2 pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.zip | |
- A ``repoze.bfg.events.subscriber`` decorator was added. This
decorator decorates module-scope functions, which are then treated
as event listeners after a scan() is performed. See the Events
narrative documentation chapter and the ``repoze.bfg.events`` module
documentation for more information.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,8 +11,6 @@ - Change docs about creating a venusian decorator to not use ZCA. -- Add a ``susbcriber`` decorator and docs. - - ``decorator=`` parameter to bfg_view. - Try to better explain the relationship between a renderer and a @@ -20,6 +18,11 @@ documentation for reference to a renderer as *only* view configuration (it's a larger concept now). +- Create a ``render_view`` that works by using config.derive_view + against an existing view instead of querying the registry. + +- Create a function which performs a recursive request. + - Subscriber decorator. - These methods of Configurator should allow the arguments it receives |
