[patch] Alternative page selection method for generic views
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)
Summary: |
Alternative page selection method for generic views → [patch] Alternative page selection method for generic views
|
Owner: |
changed from Jacob to anonymous
|
Status: |
new → assigned
|
Owner: |
changed from anonymous to Adrian Holovaty
|
Status: |
assigned → new
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Good patch, although it needs documentation for generic_views.txt before I can commit it.