Django

Code

Changeset 7866

Show
Ignore:
Timestamp:
07/07/08 21:11:09 (2 months ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/generic_views.txt

    r7309 r7866  
    817817represented as page ``1``.  
    818818 
    819 An example of the use of pagination can be found in the `object pagination`_ 
    820 example model.  
     819For more on pagination, read the `pagination documentation`_. 
    821820          
    822 .. _`object pagination`: ../models/pagination/ 
     821.. _`pagination documentation`: ../pagination/ 
    823822 
    824823**New in Django development version:**  
    825824 
    826 As a special case, you are also permitted to use  
    827 ``last`` as a value for ``page``:: 
     825As a special case, you are also permitted to use ``last`` as a value for 
     826``page``:: 
    828827 
    829828    /objects/?page=last