Opened 18 years ago
Closed 18 years ago
#6846 closed (fixed)
first_on_page and last_on_page have wrong values in object_list
| Reported by: | Trevor Caira | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the template context of django.views.generic.list_detail.object_list, the values of first_on_page and last_on_page are swapped.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | swap-start-end-indices.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7352]) Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic
view. Thanks, trevor.