On 1/11/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > On 1/11/06, Radek Svarz <[EMAIL PROTECTED]> wrote: > > Could you follow some uniform way of the pluralization of module names? > > > > I mean why there is django.shortcuts.views (plural) and django.form > > (singular)? > > > > I hate those code mistakes when just one s is forgotten. > > You're right. 'forms' fits better with the top level packages than > 'form' anyhow. I'll change the wiki.
Hmm... what about django.template (singular) becoming django.templates (plural)? Any strong preferences? I think templates makes more sense. Joseph