Author: jacob
Date: 2007-02-25 23:07:54 -0600 (Sun, 25 Feb 2007)
New Revision: 4593
Modified:
django/trunk/docs/generic_views.txt
Log:
Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus
Schlemm.
Modified: django/trunk/docs/generic_views.txt
===================================================================
--- django/trunk/docs/generic_views.txt 2007-02-26 05:07:12 UTC (rev 4592)
+++ django/trunk/docs/generic_views.txt 2007-02-26 05:07:54 UTC (rev 4593)
@@ -686,7 +686,7 @@
* ``paginate_by``: An integer specifying how many objects should be
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``
- 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
"Notes on pagination" below.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---