From 6c7b9a1534d35aeb07f4a9a59b8e15633f6b6b6b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 May 2009 20:36:53 +0000 Subject: - The ``request_type`` argument of ZCML ``view`` declarations and ``bfg_view`` decorators can now be one of the strings ``GET``, ``POST``, ``PUT``, ``DELETE``, or ``HEAD`` instead of a reference to the respective interface type imported from ``repoze.bfg.interfaces``. --- TODO.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 9bd3e6ec4..00e5c63a7 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,7 +2,5 @@ - audit use of "functools.wraps" (pickling no longer required) -- accept "GET", "HEAD", "POST", etc as strings in request_type arg to - view decorators and ZCML registrations. +- SQLAlchemy + Routes tutorial (convert repoze.wiki) -- SQLAlchemy + Routes tutorial. -- cgit v1.2.3