#15128: Generic view paginator: read paginate_by from GET
------------------------------------------+---------------------------------
Reporter: [email protected] | Owner: nobody
Status: closed | Milestone:
Component: Generic views | Version: 1.2
Resolution: wontfix | Keywords: generic view
paginator
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------+---------------------------------
Changes (by russellm):
* status: new => closed
* needs_better_patch: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_docs: => 0
Comment:
I'm not convinced this is something important enough that it should be
baked into the core API.
The current page is indisputably an issue of access -- I need the third
page of results. Choosing 10 items per page rather than 15 or 100 is a
matter of design, and shouldn't be (by default) exposed to the end-user.
If you want to enable this functionality, you can implement a
get_paginate_by() method that calls on self.request.GET.get('paginate_by).
That means that what you describe is possible, just not baked in by
default.
--
Ticket URL: <http://code.djangoproject.com/ticket/15128#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.