On 1/12/06, kmh <[EMAIL PROTECTED]> wrote: > > > 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
+1 I prefer SimpleContext over PlainContext. Joseph