Django

Code

Ticket #7329 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Make flatpage and redirect change pages more manageable by adding list_display

Reported by: benspaulding Assigned to: nobody
Milestone: Component: Admin interface
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

admin_classes.diff (1.1 kB) - added by benspaulding on 05/29/08 11:05:15.
Patch to add list_display option to flatpage and redirect Admin classes.

Change History

05/29/08 11:05:15 changed by benspaulding

  • attachment admin_classes.diff added.

Patch to add list_display option to flatpage and redirect Admin classes.

06/14/08 07:59:02 changed by Simon Greenhill

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

06/15/08 22:47:39 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [7651]) Fixed #7329 -- Added list_display Admin options to FlatPage? and Redirect models. Also changed list_filter for FlatPage?. Thanks for the patch, benspaulding


Add/Change #7329 (Make flatpage and redirect change pages more manageable by adding list_display)




Change Properties
Action