Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1326 closed defect (fixed)

[magic-removal] [patch] Allow model properties in list_display

Reported by: django@… Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch permits model properties in the admin list_display setting.

Attachments (1)

list_display_properties_r2265.diff (2.8 KB ) - added by django@… 18 years ago.
Permit properties in list_display admin setting

Download all attachments as: .zip

Change History (2)

by django@…, 18 years ago

Permit properties in list_display admin setting

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2268]) magic-removal: Fixed #1326 -- Allowed model properties in list_display. Thanks, Kieran Holland

Note: See TracTickets for help on using tickets.
Back to Top