Opened 9 years ago

Closed 9 years ago

#25076 closed New feature (wontfix)

Django Admin List Per Page Manual Customization

Reported by: Dean-Christian-Armada Owned by: Dean Christian Armada
Component: contrib.admin Version: 1.8
Severity: Normal Keywords: List Per Page
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Hi,

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

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: wontfix
Status: newclosed
Type: UncategorizedNew feature

There's 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.

Note: See TracTickets for help on using tickets.
Back to Top