According to the documentation, you can only display the __unicode__
representation of a ForeignKey:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#list-display
Seems odd that it doesn't support the 'book__author'
style format which is used everywhere else in the DB API.
Turns out there's a ticket for this feature, which is marked as Won't Fix.