Django

Code

Changeset 437

Show
Ignore:
Timestamp:
08/08/05 19:43:33 (3 years ago)
Author:
adrian
Message:

Fixed #290 -- Thanks, Matt Croydon

Files:

Legend:

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

    r435 r437  
    216216 
    217217Similarly, the ``object_list`` generic view uses a template called 
    218 ``<app_label>/<module_name>_detail``. Thus, rename ``polls/index.html`` to 
     218``<app_label>/<module_name>_list``. Thus, rename ``polls/index.html`` to 
    219219``polls/polls_list.html``. 
    220220