Django

Code

Ticket #4670: generic_views.patch

File generic_views.patch, 0.6 kB (added by Richard House <Richard.House@i-logue.com>, 1 year ago)

generic_views.txt patch

  • generic_views.txt

    old new  
    754754 
    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 
    763763    * ``pages``: The total number of pages, as an integer.