I had this exact same problem when I switched the magic removal branch.
 The error manifested itself when I tried to access a url that uses the
direct_to_template generic view.

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.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to