Re: MR: Bug with Class Meta verbose name

2006-04-25 Thread ChaosKCW
Thanks, appreciate it --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to

Re: MR: Bug with Class Meta verbose name

2006-03-27 Thread Adrian Holovaty
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

MR: Bug with Class Meta verbose name

2006-03-24 Thread ChaosKCW
Hi 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. Example: Class TelDir