summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/generic_views.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/generic_views.txt b/docs/generic_views.txt
index 45a31fc875..32e31371b3 100644
--- a/docs/generic_views.txt
+++ b/docs/generic_views.txt
@@ -701,8 +701,8 @@ A page representing a list of objects.
query string parameter (via ``GET``) or a ``page`` variable specified in
the URLconf. See `Notes on pagination`_ below.
- * ``page``: The current page number, as an integer. This is 1-based.
- See `Notes on pagination`_ below.
+ * ``page``: The current (1-based) page number, as an integer, or the string
+ ``'last'``. See `Notes on pagination`_ below.
* ``template_name``: The full name of a template to use in rendering the
page. This lets you override the default template name (see below).