Django

Code

Changeset 1034

Show
Ignore:
Timestamp:
10/31/05 18:49:52 (3 years ago)
Author:
adrian
Message:

Fixed #548 -- Added missing step at the end of docs/tutorial04.txt

Files:

Legend:

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

    r867 r1034  
    214214``poll`` becomes ``object``. 
    215215 
     216In 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 
    216219Finally, you can delete the ``index()``, ``detail()`` and ``results()`` views 
    217220from ``polls/views/polls.py``. We don't need them anymore.