Author: adrian
Date: 2008-07-07 21:11:09 -0500 (Mon, 07 Jul 2008)
New Revision: 7866

Modified:
   django/trunk/docs/generic_views.txt
Log:
Fixed #7569 -- Improved a link in docs/generic_views.txt to link to the new 
pagination docs. Thanks, Carl Karsten

Modified: django/trunk/docs/generic_views.txt
===================================================================
--- django/trunk/docs/generic_views.txt 2008-07-08 02:08:33 UTC (rev 7865)
+++ django/trunk/docs/generic_views.txt 2008-07-08 02:11:09 UTC (rev 7866)
@@ -816,15 +816,14 @@
 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. 
+For more on pagination, read the `pagination documentation`_.
         
-.. _`object pagination`: ../models/pagination/
+.. _`pagination documentation`: ../pagination/
 
 **New in Django development version:** 
 
-As a special case, you are also permitted to use 
-``last`` as a value for ``page``::
+As a special case, you are also permitted to use ``last`` as a value for
+``page``::
 
     /objects/?page=last
 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to