Django

Code

Show
Ignore:
Timestamp:
07/01/07 00:55:01 (2 years ago)
Author:
mtredinnick
Message:

unicode: Merged changes from trunk up to [5579].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/unicode

    • Property svnmerge-integrated changed from /django/trunk:1-5530 to /django/trunk:1-5579
  • django/branches/unicode/docs/generic_views.txt

    r5419 r5580  
    755755    * ``previous``: The previous page number, as an integer. This is 1-based. 
    756756 
    757     * `last_on_page`: The number of the 
     757    * ``last_on_page``: The number of the 
    758758      last result on the current page. This is 1-based. 
    759759 
    760     * `first_on_page`: The number of the 
     760    * ``first_on_page``: The number of the 
    761761      first result on the current page. This is 1-based. 
    762762