Jay Parlar wrote: > You can use functions inside list_display: > > class Admin: > list_display = ('get_last_name',) > > def get_last_name(self): > return self.user.last_name > get_last_name.short_description = "Last Name"
But you can't sort or seach it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---