Django

Code

Changeset 8119

Show
Ignore:
Timestamp:
07/27/08 17:09:12 (5 months ago)
Author:
gwilson
Message:

Fixed #7320 -- For object_list generic view, the page argument can also be the string "last", thanks Ubercore.

Files:

Legend:

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

    r8023 r8119  
    702702      the URLconf. See `Notes on pagination`_ below. 
    703703 
    704     * ``page``: The current page number, as an integer. This is 1-based. 
    705       See `Notes on pagination`_ below. 
     704    * ``page``: The current (1-based) page number, as an integer, or the string 
     705      ``'last'``. See `Notes on pagination`_ below. 
    706706 
    707707    * ``template_name``: The full name of a template to use in rendering the