Opened 3 years ago
Closed 3 years ago
#33316 closed New feature (fixed)
History view should be paginated by default.
Reported by: | Maxim Danilov | Owned by: | Marcelo Galigniana |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | django_admin_log, modeladmin history |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django admin model history dont have a pagination.
i have a project start in 2012. History is big.
If i have more than 1000 line history of object, it works slowly.
and one object have more than 20 000 changes. history not works - long loading and after browser crach.
I think it should be paginated.
Change History (7)
comment:1 by , 3 years ago
Keywords: | django_admin_log added; dajyngo_admin_log removed |
---|---|
Summary: | django admin model history pagination → History view should be paginated by default. |
Triage Stage: | Unreviewed → Accepted |
Type: | Bug → New feature |
Version: | 3.2 → dev |
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 3 years ago
Needs documentation: | set |
---|---|
Needs tests: | set |
comment:5 by , 3 years ago
Needs documentation: | unset |
---|---|
Needs tests: | unset |
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, sounds reasonable. Currently, it's possible to add pagination by overriding
ModelAdmin.history_view()
.