I would like to know if the admin UI has the capability to change the list
per page. Example is a dropdown that has option number of 25, 50 etc. for
manual customization on how many records can be displayed
--
Ticket URL: <https://code.djangoproject.com/ticket/25076>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
* needs_tests: => 0
* needs_better_patch: => 0
* needs_docs: => 0
* type: Uncategorized => New feature
Comment:
There's
[https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_per_page
ModelAdmin.list_per_page] which allows the developer to set the number of
items. I don't think allowing the user to change the list per page is
something the admin needs to implement.
Please see TicketClosingReasons/UseSupportChannels for future questions.
--
Ticket URL: <https://code.djangoproject.com/ticket/25076#comment:1>