I would like to apply the 'nowrap' CSS class to some table columns in the list display of my app. I thought this would be easy to find out, but the Django documentation says that admin customization is in development and the current docs are obsolete. I guess I should have templates/admin/foo.html in my application folder, but I don't know what file to extend/override.