Changeset 1034
- Timestamp:
- 10/31/05 18:49:52 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r867 r1034 214 214 ``poll`` becomes ``object``. 215 215 216 In the ``vote()`` view, change the template call from ``polls/detail`` to 217 ``polls/polls_detail``, and pass ``object`` in the context instead of ``poll``. 218 216 219 Finally, you can delete the ``index()``, ``detail()`` and ``results()`` views 217 220 from ``polls/views/polls.py``. We don't need them anymore.
