#5863: list_display does not allow functions of references objects ---------------------------------------------+------------------------------ Reporter: Beat Bolli <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Admin interface Version: SVN | Keywords: list_display Stage: Unreviewed | Has_patch: 0 ---------------------------------------------+------------------------------ 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.
-- Ticket URL: <http://code.djangoproject.com/ticket/5863> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
