Opened 17 years ago

Closed 17 years ago

#3249 closed defect (fixed)

[patch] inconsistent documentation on pagination with generic view object_list

Reported by: Nikolaus Schlemm <nikl@…> 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)

svn.diff (688 bytes ) - added by Nikolaus Schlemm <nikl@…> 17 years ago.
should be more consistent now

Download all attachments as: .zip

Change History (4)

by Nikolaus Schlemm <nikl@…>, 17 years ago

Attachment: svn.diff added

should be more consistent now

comment:1 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

comment:2 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Jacob, 17 years ago

Resolution: fixed
Status: newclosed

(In [4593]) Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Schlemm.

Note: See TracTickets for help on using tickets.
Back to Top