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
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
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