Changeset 7410
- Timestamp:
- 04/09/08 19:26:12 (1 month ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r7380 r7410 267 267 268 268 The ``vote()`` view is still required. However, it must be modified to match 269 the new context variables. In the ``render_to_re psonse()`` call, rename the269 the new context variables. In the ``render_to_response()`` call, rename the 270 270 ``poll`` context variable to ``object``. 271 271
