Kaydet (Commit) ffb62e0c authored tarafından Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss

Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Schlemm.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 6bd07383
...@@ -686,7 +686,7 @@ A page representing a list of objects. ...@@ -686,7 +686,7 @@ A page representing a list of objects.
* ``paginate_by``: An integer specifying how many objects should be * ``paginate_by``: An integer specifying how many objects should be
displayed per page. If this is given, the view will paginate objects with displayed per page. If this is given, the view will paginate objects with
``paginate_by`` objects per page. The view will expect either a ``page`` ``paginate_by`` objects per page. The view will expect either a ``page``
query string parameter (via ``GET``) containing a zero-indexed page query string parameter (via ``GET``) containing a 1-based page
number, or a ``page`` variable specified in the URLconf. See number, or a ``page`` variable specified in the URLconf. See
"Notes on pagination" below. "Notes on pagination" below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment