Django

Code

Changeset 3882

Show
Ignore:
Timestamp:
09/28/06 15:39:37 (2 years ago)
Author:
adrian
Message:

Fixed ReST error in docs/tutorial04.txt. Thanks, Dave Abrahams

Files:

Legend:

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

    r3456 r3882  
    208208 
    209209In previous parts of the tutorial, the templates have been provided with a context 
    210 that contains the ``poll` and ``latest_poll_list`` context variables. However, 
     210that contains the ``poll`` and ``latest_poll_list`` context variables. However, 
    211211the generic views provide the variables ``object`` and ``object_list`` as context. 
    212212Therefore, you need to change your templates to match the new context variables.