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/MyProject/myproject/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/MyProject/myproject/views.py') diff --git a/docs/narr/MyProject/myproject/views.py b/docs/narr/MyProject/myproject/views.py index 036b140fb..c43b34460 100644 --- a/docs/narr/MyProject/myproject/views.py +++ b/docs/narr/MyProject/myproject/views.py @@ -1,2 +1,2 @@ -def my_view(context, request): +def my_view(request): return {'project':'MyProject'} -- cgit v1.2.3