Changeset 4593
- Timestamp:
- 02/25/07 23:07:54 (2 years ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r4591 r4593 687 687 displayed per page. If this is given, the view will paginate objects with 688 688 ``paginate_by`` objects per page. The view will expect either a ``page`` 689 query string parameter (via ``GET``) containing a zero-indexed page689 query string parameter (via ``GET``) containing a 1-based page 690 690 number, or a ``page`` variable specified in the URLconf. See 691 691 "Notes on pagination" below.
