There is no need to write a context processor for the user object if you already have the "django.core.context_processors.auth"
in TEMPLATE_CONTEXT_PROCESSORS
and if you’re using RequestContext
in your views.
if you are using django 1.4 or latest the module has been moved to django.contrib.auth.context_processors.auth