Changeset 437
- Timestamp:
- 08/08/05 19:43:33 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r435 r437 216 216 217 217 Similarly, the ``object_list`` generic view uses a template called 218 ``<app_label>/<module_name>_ detail``. Thus, rename ``polls/index.html`` to218 ``<app_label>/<module_name>_list``. Thus, rename ``polls/index.html`` to 219 219 ``polls/polls_list.html``. 220 220
