diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-06-02 04:54:28 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-06-02 04:54:28 +0000 |
| commit | 12254540c7d0d20ca355e1231d893817df4a9947 (patch) | |
| tree | 04e0485a37380433db7f7a8c2335ec7a47bc331b /docs/model-api.txt | |
| parent | 16a07fe95b7bc23c8dddd7ffbf85a150a2a57d9d (diff) | |
Fixed #1966 -- Documented list_per_page Admin option
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 9cc5b8f203..c6707a691b 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -1239,6 +1239,12 @@ The above code results in an admin change list page that looks like this: (This example also has ``search_fields`` defined. See below.) +``list_per_page`` +----------------- + +Set ``list_per_page`` to control how many items appear on each paginated admin +change list page. By default, this is set to ``100``. + ``list_select_related`` ----------------------- |
