This blog will help django developer to solve admin customization issues and other tech issues in framework
def get_authors(self,obj): return obj.authors.all() list_display = ('title', 'Publisher', 'publicationDate','get_authors' )