On 4/2/06, Todd O'Bryan <[EMAIL PROTECTED]> wrote:
>
> I just checked it out of the repository earlier this week. I'll try
> updating and see if that makes a difference.

Looks like Adrian fixed this behaviour on Wednesday -- The template
that generates the admin index uses the verbose_name_plural attribute,
rather than verbose_name.

Bryan's right, you don't generally have to specify verbose_name, if
it's the same as your class name, but until version 2593, you had to
specify verbose_name_plural.

Update your local copy of m-r, and it should work without an explicit
Meta class.

Ian Clelland
<[EMAIL PROTECTED]>

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

Reply via email to