From 8cc399ae9291f34166bc8a8fc1983a9941b57e97 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 21:53:04 +0000 Subject: - Add a new method of the Configurator named ``derive_view`` which can be used to generate a BFG view callable from a user-supplied function, instance, or class. This useful for external framework and plugin authors wishing to wrap callables supplied by their users which follow the same calling conventions and response conventions as objects that can be supplied directly to BFG as a view callable. See the ``derive_view`` method in the ``repoze.bfg.configuration.Configurator`` docs. --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index fd60e6523..3fcbd4588 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,9 +5,6 @@ - Basic WSGI documentation (pipeline / app / server). -- Figure out a way to expose some of the functionality of - ``Configurator._derive_view`` as an API. - - Provide a webob.Response class facade for forward compat. - Fix message catalog extraction / compilation documentation. -- cgit v1.2.3