diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-06-29 03:57:01 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-06-29 03:57:01 +0000 |
| commit | 07687c516e3bee371af992f907ef64c7cfb5bc60 (patch) | |
| tree | 5e20cb270792edad49be375649514c95c881dac9 /docs | |
| parent | f44e7acb17738cb222a0d8390eac480488241d15 (diff) | |
Fixed #2263 -- Fixed typo in docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/authentication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ----- |
