From 07687c516e3bee371af992f907ef64c7cfb5bc60 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 29 Jun 2006 03:57:01 +0000 Subject: [PATCH] Fixed #2263 -- Fixed typo in docs/authentication.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3235 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/authentication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.txt b/docs/authentication.txt index 3edbc21f7a..408b41519a 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -568,7 +568,7 @@ The currently logged-in user and his/her permissions are made available in the setting contains ``"django.core.context_processors.auth"``, which is default. For more, see the `RequestContext docs`_. - .. _RequestContext docs: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext + .. _RequestContext docs: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext Users -----