Changeset 3059
- Timestamp:
- 06/01/06 23:54:28 (2 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r3043 r3059 1239 1239 1240 1240 (This example also has ``search_fields`` defined. See below.) 1241 1242 ``list_per_page`` 1243 ----------------- 1244 1245 Set ``list_per_page`` to control how many items appear on each paginated admin 1246 change list page. By default, this is set to ``100``. 1241 1247 1242 1248 ``list_select_related``
