Opened 18 years ago
Closed 18 years ago
#3249 closed defect (fixed)
[patch] inconsistent documentation on pagination with generic view object_list
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | trivial | Keywords: | inconsistent documentation on pagination |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
in the text to the optional parameter paginate_by it says
The view will expect either a page query string parameter (via GET) containing a zero-indexed page number, or a page variable specified in the URLconf. See "Notes on pagination" below.
and in the mentioned "Notes on pagination" it says
In both cases, page is 1-based, not 0-based, so the first page would be represented as page 1.
Attachments (1)
Change History (4)
by , 18 years ago
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
should be more consistent now