Hi all,
So i have an Article model, in there, there is a submitter = models.ForeignKey(User)
. When i do list_display on this submitter in ArticleAdmin, i would like to display the user's first name instead of the default (his username). How would i go about doing this?
Thanks a lot!
Jason