1. So beyond the fact that RequestContext can accept a dictionary with
values to be included in the Context, what is the difference between
RequestContext and Context?

I tried reviewing the source code, but it still isn't really clear
(i.e. meaning I didn't quite understand the source code).

2. Why is it that Context automatically loads some context processors
while RequestContext does NOT?

At least it almost seem like it, because when I tried to use
RequestContext, I had to include
''django.contrib.auth.context_processors.auth'' in the
TEMPLATE_CONTEXT_PROCESSOR variable in settings.py for the admin site
to work, but did not when just using the standard Context.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to