Opened 17 years ago
Closed 17 years ago
#7329 closed (fixed)
Make flatpage and redirect change pages more manageable by adding list_display
| Reported by: | Ben Spaulding | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Keywords: | ||
| 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
Managing large numbers of flatpages or redirects is difficult because the change-page column displays the __unicode__ representation of the objects, which is difficult to scan.
I suggest adding the list_display option to the models’ Admin class as shown in the attached file.
Further, managing large numbers of flatpages would be easier if the enable_comments and registration_required field names were added to the list_filter option of the flatpage model’s Admin class.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | admin_classes.diff added |
|---|
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to add list_display option to flatpage and redirect Admin classes.