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
old new 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.
