#31103 closed Cleanup/optimization (fixed)
Pagination documentation is missing some important detail
Reported by: | Mark Bailey | Owned by: | Mark Bailey |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | pagination |
Cc: | msb@…, Mark Bailey | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/pagination/ doesn't explicitly describe the Page object. It describes the use of pagination in a ListView, but doesn't cover how the context is affected. The template it suggests wouldn't work for the ListView, and some variable names are potentially confusing.
I have a pull request ready to go, and just saw that I need to open a ticket first.
Change History (5)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Cc: | added |
---|---|
Has patch: | set |
comment:3 by , 5 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Hi Mark, I briefly saw the PR come in here, and seems sensible on first look, so let's have this for review. Thank you!
Note:
See TracTickets
for help on using tickets.
Pull request submitted.