From e17c8d815136218d7dd07e21cf78f4104d773d48 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 4 Aug 2008 07:38:58 +0000 Subject: - Add a ``request_type`` attribute to the available attributes of a ``bfg:view`` configure.zcml element. This attribute will have a value which is a dotted Python path, pointing at an interface. If the request object implements this interface when the view lookup is performed, the appropriate view will be called. - Remove "template only" views. These were just confusing and were never documented. --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 3f20d0797..a11ebfe45 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,6 +32,7 @@ Narrative documentation in chapter form explaining how to use narr/templates narr/models narr/security + narr/events glossary Tutorials -- cgit v1.2.3