summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-19 00:55:18 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-19 00:55:18 +0000
commit58605bcfe3ed23653ebad0dbe344f7eece6ebb26 (patch)
treebc0859b5f555599bf21d82cd89ec3872aec937cf /docs/templates_python.txt
parenta4ead45cb25681466a771360dddc7c59ad8f3116 (diff)
magic-removal: Merged to [2056]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index aeedfdc614..bde36cb037 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -285,7 +285,7 @@ optional, third positional argument, ``processors``. In this example, the
Here's what each of the default processors does:
.. _HttpRequest object: http://www.djangoproject.com/documentation/request_response/#httprequest-objects
-.. _TEMPLATE_CONTEXT_PROCESSORS setting: http://www.djangoproject.com/documentation/settings/#template-context_processors
+.. _TEMPLATE_CONTEXT_PROCESSORS setting: http://www.djangoproject.com/documentation/settings/#template-context-processors
django.core.context_processors.auth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~