From 4df5751de28947538da491dc8ebe0dfb27f742d5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Jul 2008 01:17:21 +0000 Subject: - The concept of "view factories" was removed in favor of always calling a view, which is a callable that returns a response directly (as opposed to returning a view). As a result, the ``factory`` attribute in the bfg:view ZCML statement has been renamed to ``view``. Various interface names were changed also. - ``render_template`` and ``render_transform`` no longer return a Response object. Instead, these return strings. The old behavior can be obtained by using ``render_template_to_response`` and ``render_transform_to_response``. --- TODO.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index bca04bd19..2fafa37ab 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,7 @@ -- Provide sugar to make it easier to use other templating languages in - views. +- mapply decorator. -- Implement authorization against model objects. +- URL-based dispatch should get first crack at a request. -- Decide what else gets mapped in by mapply. -- cgit v1.2.3