summaryrefslogtreecommitdiff
path: root/django/conf
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2006-01-13 18:26:57 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2006-01-13 18:26:57 +0000
commit042d1df0e74d2434a5dd2c40e766240d26d9b206 (patch)
treec614638a1a0c3dfd446de6037c57cd1e1eec44e6 /django/conf
parent5a54e18f9be7fac894b394336bb7ad86dce4c3ee (diff)
magic-removal: renamed DjangoContext to RequestContext and moved it to django.template. Updated dependencies.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf')
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 12d26dd4b7..496a8bc5b7 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -102,7 +102,7 @@ TEMPLATE_LOADERS = (
# 'django.template.loaders.eggs.load_template_source',
)
-# List of processors used by DjangoContext to populate the context.
+# List of processors used by RequestContext to populate the context.
# Each one should be a callable that takes the request object as its
# only parameter and returns a dictionary to add to the context.
TEMPLATE_CONTEXT_PROCESSORS = (