On 11/23/05, Simon Willison <[EMAIL PROTECTED]> wrote: > Pluralisation is a nice idea in theory, but in practise it causes > more problems (in terms of confusion over whether something is > singular or plural) than it solves.
Sounds good, though the verbose_name_plural and/or module_name attributes still ought to be kept, I think; Django shouldn't make assumptions about how to pluralize a model's name, but I should be able to tell it how to do so if I desire. -- "May the forces of evil become confused on the way to your house." -- George Carlin
