here is the models page
In this picture, only the title shows up on here, I used:
def __unicode__(self): return self.title;
Show all fields:
list_display = [field.attname for field in BookModel._meta.fields]