Ticket #4670: generic_views.patch

File generic_views.patch, 627 bytes (added by Richard House <Richard.House@…>, 17 years ago)

generic_views.txt patch

  • generic_views.txt

     
    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.
Back to Top