#14504 closed (fixed)
Generic ListView pagination broken
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Looks like [1] should be doing a pop instead of a get, otherwise [2] overwrites the newly paginated object_list.
[1] http://code.djangoproject.com/browser/django/trunk/django/views/generic/list.py#L80
[2] http://code.djangoproject.com/browser/django/trunk/django/views/generic/list.py#L97
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | 14504.diff added |
---|
comment:1 by , 14 years ago
Needs tests: | set |
---|
by , 14 years ago
Attachment: | ticket14504.diff added |
---|
comment:2 by , 14 years ago
Has patch: | set |
---|---|
Needs tests: | unset |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch with tests.