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