diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-21 23:40:47 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-21 23:40:47 +0000 |
| commit | 67d4289c2ef56022d14a038a644d020997e2d9c9 (patch) | |
| tree | 092922574d1f8a5ea8cab57e8ef4eff68528799a /docs/ref/settings.txt | |
| parent | 1559f64549ebcc158a5d2bece208f674fa96f537 (diff) | |
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 993232f1d9..8bdf395fc8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1367,7 +1367,7 @@ TEMPLATE_CONTEXT_PROCESSORS Default:: - ("django.core.context_processors.auth", + ("django.contrib.auth.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media", |
