Django

Code

Changeset 4393

Show
Ignore:
Timestamp:
01/22/07 20:02:35 (2 years ago)
Author:
adrian
Message:

Fixed #3282 -- Fixed incorrect statement in docs/tutorial03.txt. Thanks, dave.pawson@gmail.com and Simon G.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial03.txt

    r4275 r4393  
    261261        return render_to_response('polls/index.html', {'latest_poll_list': latest_poll_list}) 
    262262 
    263 Note that we no longer need to import ``loader``, ``Context`` or 
    264 ``HttpResponse``. 
     263Note that once we've done this in all these views, we no longer need to import ``loader``, ``Context`` and ``HttpResponse``. 
    265264 
    266265The ``render_to_response()`` function takes a template name as its first