#2075 closed enhancement (fixed)
[patch] Alternative page selection method for generic views
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | normal | 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
Added alternative page select to object_list view to allow page selection from the URL when using pagination.
e.g.
r'^page/(?P<page>[0-9]+)/$', 'object_list', dict(info_dict, paginate_by=4)
Attachments (1)
Change History (7)
by , 18 years ago
Attachment: | list_detail.patch added |
---|
comment:1 by , 18 years ago
Summary: | Alternative page selection method for generic views → [patch] Alternative page selection method for generic views |
---|
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I'll take care of the documentation myself, come to think of it.
comment:4 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:5 by , 18 years ago
Status: | new → assigned |
---|
comment:6 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Good patch, although it needs documentation for generic_views.txt before I can commit it.