Changes between Initial Version and Version 5 of Ticket #5863
- Timestamp:
- 11/04/07 01:01:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5863
-
Property
Status
changed from
new
toreopened
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Summary
changed from
list_display does not allow functions of references objects
tolist_display does not allow functions of referenced objects
-
Property
Status
changed from
-
Ticket #5863 – Description
initial v5 1 It is possible to include a model member function in the list_display Admin property. The same thing is not possible for ForeignKey models; at least not with any of the variations I have tried: foreign.method, foreign_method and foreign__method.1 It is possible to include a model member function in the `list_display` Admin property. The same thing is not possible for ForeignKey models; at least not with any of the variations I have tried: `foreign.method`, `foreign_method` and `foreign__method`.