Changeset 6280
- Timestamp:
- 09/15/07 06:19:35 (10 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
r6258 r6280 700 700 ``paginate_by`` objects per page. The view will expect either a ``page`` 701 701 query string parameter (via ``GET``) or a ``page`` variable specified in 702 the URLconf. See "Notes on pagination" below. 702 the URLconf. See `Notes on pagination`_ below. 703 704 * ``page``: The current page number, as an integer. This is 1-based. 705 See `Notes on pagination`_ below. 703 706 704 707 * ``template_name``: The full name of a template to use in rendering the
