Changeset 7866
- Timestamp:
- 07/07/08 21:11:09 (2 months ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r7309 r7866 817 817 represented as page ``1``. 818 818 819 An example of the use of pagination can be found in the `object pagination`_ 820 example model. 819 For more on pagination, read the `pagination documentation`_. 821 820 822 .. _` object pagination`: ../models/pagination/821 .. _`pagination documentation`: ../pagination/ 823 822 824 823 **New in Django development version:** 825 824 826 As a special case, you are also permitted to use 827 `` last`` as a value for ``page``::825 As a special case, you are also permitted to use ``last`` as a value for 826 ``page``:: 828 827 829 828 /objects/?page=last
