Django

Code

Changeset 6280

Show
Ignore:
Timestamp:
09/15/07 06:19:35 (10 months ago)
Author:
russellm
Message:

Fixed #5357 -- Added documentation on the 'page' argument to generic object_list views. Thanks, mitja.

Files:

Legend:

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

    r6258 r6280  
    700700      ``paginate_by`` objects per page. The view will expect either a ``page`` 
    701701      query string parameter (via ``GET``) or a ``page`` variable specified in 
    702       the URLconf. See "Notes on pagination" below. 
     702      the URLconf. See `Notes on pagination`_ below. 
     703 
     704    * ``page``: The current page number, as an integer. This is 1-based.  
     705      See `Notes on pagination`_ below. 
    703706 
    704707    * ``template_name``: The full name of a template to use in rendering the