Author: russellm
Date: 2007-09-23 01:18:49 -0500 (Sun, 23 Sep 2007)
New Revision: 6410
Modified:
django/trunk/docs/generic_views.txt
Log:
Fixed #2603 -- Fixed a typo and added a helpful example reference to the
generic view pagination docs. Thanks, Nick Efford.
Modified: django/trunk/docs/generic_views.txt
===================================================================
--- django/trunk/docs/generic_views.txt 2007-09-23 05:59:12 UTC (rev 6409)
+++ django/trunk/docs/generic_views.txt 2007-09-23 06:18:49 UTC (rev 6410)
@@ -800,9 +800,14 @@
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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---