#35253: Pagination for StackedInline and TabularInline
-------------------------------------+-------------------------------------
Reporter: Zerotask | Owner: nobody
Type: New | Status: new
feature |
Component: | Version: 5.0
Uncategorized |
Severity: Normal | Keywords: admin pagination
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
If you use StackedInline or TabularInline and you have a lot of data, you
can get an out of memory issue.
Therefore I suggest adding a pagination, similar to ModelAdmin, controlled
by a new attribute, e. g. list_per_page
--
Ticket URL: <
https://code.djangoproject.com/ticket/35253>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.