Opened 16 years ago

Closed 16 years ago

#7320 closed (fixed)

Inconsistency introduced by Paginator changes in development version

Reported by: Ubercore Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://www.djangoproject.com/documentation/generic_views/#django-views-generic-list-detail-object-list

The description for the "page" argument says that it must be an int. In "Notes on Pagination", it says that "last" is an allowed value in the development version. Should a note of this be made in the argument definition of "page"?

Change History (1)

comment:1 by Gary Wilson, 16 years ago

Resolution: fixed
Status: newclosed

(In [8119]) Fixed #7320 -- For object_list generic view, the page argument can also be the string "last", thanks Ubercore.

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