On 3/24/06, ChaosKCW <[EMAIL PROTECTED]> wrote: > I think I have found a bug in the MR branch with verbose name. > According the (out of date) documentation verbose_name_plural will use > verbose_name + 's'. > > However when I just set verbose_name, Admin still shows the wrong name. > If I set the verbose_name_plural, it works.
Thanks for pointing this out! I've fixed it and checked in the change. http://code.djangoproject.com/changeset/2571 Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
