Opened 10 years ago
Closed 10 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 , 10 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
| Type: | Uncategorized → New feature | 
  Note:
 See   TracTickets
 for help on using tickets.
    
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.