From 6103bf8050466329aba930df000f042dbdff8efa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 28 Nov 2009 01:54:50 +0000 Subject: Document the request-only calling convention as the default. --- docs/narr/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/security.rst') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index acc1dff01..a733aef9b 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -92,7 +92,7 @@ module of your project's package from models import Blog @bfg_view(for_=Blog, name='add_entry.html', permission='add') - def blog_entry_add_view(context, request): + def blog_entry_add_view(request): """ Add blog entry code goes here """ pass -- cgit v1.2.3