#23158 closed Cleanup/optimization (duplicate)
Documentation pagination p.page_range
Reported by: | Areski Belaid | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | paginator |
Cc: | areski@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The documentation on paginator have small error: https://docs.djangoproject.com/en/dev/topics/pagination/
Expected result:
p.page_range
[1, 2]
Current result:
p.page_range
xrange(1, 3)
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Cc: | added |
---|---|
Version: | 1.6 → master |
comment:3 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Marking as a duplicate of #23140 which is tracking the outstanding issues with that.
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/3011