Changes between Initial Version and Version 5 of Ticket #5863
- Timestamp:
- Nov 3, 2007, 8:01:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5863
- Property Summary list_display does not allow functions of references objects → list_display does not allow functions of referenced objects
- Property Status new → reopened
- Property Triage Stage Unreviewed → Accepted
-
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`.