From 8fc93b93f21485f0c303ad461ac8070e2bb6dae7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 20 Feb 2012 14:01:38 -0500 Subject: garden --- TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 2d811288d..0143d275e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -21,6 +21,11 @@ Nice-to-Have with config.partial(package='bar') as c: c.add_view(...) + or:: + + with config.partial(introspection=False) as c: + c.add_view(..) + - Decorator for append_slash_notfound_view_factory. - Introspection: -- cgit v1.2.3