Changeset 2967
- Timestamp:
- 05/22/06 20:34:06 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r2923 r2967 285 285 :target: http://media.djangoproject.com/img/doc/tutorial/admin04.png 286 286 287 By default, Django displays the `` repr()`` of each object. But it'd be more288 helpful if we could display individual fields. To do that, use the287 By default, Django displays the ``str()`` of each object. But sometimes it'd 288 be more helpful if we could display individual fields. To do that, use the 289 289 ``list_display`` option, which is a tuple of field names to display, as columns, 290 290 on the change list page for the object::
