> Let's go ahead with this one: django.core.template becomes django.template. > > While we're at it, let's rename DjangoContext to something that > reflects the fact that you pass in an HttpRequest object and it has > context processors. RequestContext, SuperContext, FlexContext, > AdvancedContext -- those ideas are all pretty lame. Ideas? > > > > > django.core.formfields -> django.form > > django.core.formfields --> django.forms, to maintain the plural. (Yes, > django.template isn't plural, but it doesn't seem right to call it > "templates".) > > Adrian
Good idea to rename DjangoContext. My favorite alternative: DjangoContext --> Context Context --> PlainContext or SimpleContext As for django.forms - I think that consistency in naming is more important than the actual names so if it's to be django.template then I'd much prefer django.form (just in case our benevolent dictator sees fit to change his mind ;) Kieran