I think this may be a bug (or feature request). If I define a ForeignKey field 'my_field' in a class and set Meta.list_display = ('my_field','other_field') and Meta.verbose_name = 'My Verbose Field'
then in the Admin site, the heading for 'my_field' doesn't use the verbose_name, but rather the python variable name for the ForeignKey field. I think it should use the verbose_name. Is there a reason it can't? Thanks, Grant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---