Changeset 8119
- Timestamp:
- 07/27/08 17:09:12 (5 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
r8023 r8119 702 702 the URLconf. See `Notes on pagination`_ below. 703 703 704 * ``page``: The current page number, as an integer. This is 1-based.705 See `Notes on pagination`_ below.704 * ``page``: The current (1-based) page number, as an integer, or the string 705 ``'last'``. See `Notes on pagination`_ below. 706 706 707 707 * ``template_name``: The full name of a template to use in rendering the
