Changeset 3882
- Timestamp:
- 09/28/06 15:39:37 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r3456 r3882 208 208 209 209 In 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,210 that contains the ``poll`` and ``latest_poll_list`` context variables. However, 211 211 the generic views provide the variables ``object`` and ``object_list`` as context. 212 212 Therefore, you need to change your templates to match the new context variables.
