Opened 6 years ago

Last modified 6 years ago

#29463 closed New feature

add pagination to stacked inline and tabular inline — at Version 2

Reported by: oliver Owned by: oliver
Component: contrib.admin Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by oliver)

Currently, inlines on the django admin page do not have pagination.
So, if there are too many tuple in the inline, page can't be loaded.
How about adding pagination to them?
I could develop the feature

Change History (2)

comment:1 by oliver, 6 years ago

Owner: changed from nobody to oliver
Status: newassigned

comment:2 by oliver, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top