diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-25 00:08:38 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-25 00:08:38 +0000 |
| commit | 609eaf130d2d9eac109aefa59bfced32b67b9eb1 (patch) | |
| tree | b8bf4fd18c0fe75a418525baefa485c5ce31ce2f /docs/generic_views.txt | |
| parent | afb8f0a61969dff6450cd296be5eac2a5693ecd9 (diff) | |
newforms-admin: Merged to [6416]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/generic_views.txt')
| -rw-r--r-- | docs/generic_views.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 87b82f7adf..08ff01c372 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -800,9 +800,14 @@ specify the page number in the URL in one of two ways: variable. You can iterate over the list provided by ``page_range`` to create a link to every page of results. -These values and lists are is 1-based, not 0-based, so the first page would be +These values and lists are 1-based, not 0-based, so the first page would be represented as page ``1``. +An example of the use of pagination can be found in the `object pagination`_ +example model. + +.. _`object pagination`: ../models/pagination/ + **New in Django development version:** As a special case, you are also permitted to use |
