Ticket #4670: generic_views.patch
File generic_views.patch, 627 bytes (added by , 17 years ago) |
---|
-
generic_views.txt
754 754 755 755 * ``previous``: The previous page number, as an integer. This is 1-based. 756 756 757 * ` last_on_page`: The number of the757 * ``last_on_page``: The number of the 758 758 last result on the current page. This is 1-based. 759 759 760 * ` first_on_page`: The number of the760 * ``first_on_page``: The number of the 761 761 first result on the current page. This is 1-based. 762 762 763 763 * ``pages``: The total number of pages, as an integer.