James Bennett wrote: > On 12/12/05, Radek Svarz <[EMAIL PROTECTED]> wrote: > >>Ie. verbose_name_plural defines the name for code (object instances)? Based >>on the tutorial I thought it is mostly used for admin presentation texts. > > > Well, in part I misspoke. What you want is both module_name and > verbose_name_plural.
module_name is going away. So it would probably be better to just come up with a naming scheme that does not need pluralization, maybe one of: article_set article_list article_collection With a method to rename these automated names if needed.