From cfb706385b6225e9bcc028b1f8eb5aec462fc161 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 13 Apr 2008 03:04:11 +0000 Subject: queryset-refactor: Merged from trunk up to [7415]. git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7416 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial04.txt') diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index 8f23fdd9e6..78f954d632 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -266,7 +266,7 @@ from ``polls/views.py``. We don't need them anymore -- they have been replaced by generic views. The ``vote()`` view is still required. However, it must be modified to match -the new context variables. In the ``render_to_repsonse()`` call, rename the +the new context variables. In the ``render_to_response()`` call, rename the ``poll`` context variable to ``object``. The last thing to do is fix the URL handling to account for the use of generic -- cgit v1.3