Changeset 5580 for django/branches/unicode/docs/generic_views.txt
- Timestamp:
- 07/01/07 00:55:01 (2 years ago)
- Files:
-
- django/branches/unicode (modified) (1 prop)
- django/branches/unicode/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode
- Property svnmerge-integrated changed from /django/trunk:1-5530 to /django/trunk:1-5579
django/branches/unicode/docs/generic_views.txt
r5419 r5580 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
