Opened 17 years ago
Closed 17 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
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"?
Note:
See TracTickets
for help on using tickets.
(In [8119]) Fixed #7320 -- For
object_listgeneric view, thepageargument can also be the string "last", thanks Ubercore.