On 3/6/06, Kevin <[EMAIL PROTECTED]> wrote: > The generic views use RequestContext (was DjangoContext) and that > requires request.user be set. > > I'd be nice if that middleware dependency could be removed since my > site never needs authentication and so the extra middleware is > redundant.
I'd personally rather have it left as-is, because it means that people who want to use authentication from the start, or who decide to switch and start using it later, don't have to rewrite any views. Also, there's more stuff in RequestContext than just the user, some of which is useful for other purposes; in this case I think Django should default to using the context that provides the most utility. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---