mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
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
This commit is contained in:
parent
1559f64549
commit
67d4289c2e
9 changed files with 68 additions and 39 deletions
|
@ -1236,8 +1236,8 @@ The currently logged-in user and his/her permissions are made available in the
|
|||
Technically, these variables are only made available in the template context
|
||||
if you use :class:`~django.template.context.RequestContext` *and* your
|
||||
:setting:`TEMPLATE_CONTEXT_PROCESSORS` setting contains
|
||||
``"django.core.context_processors.auth"``, which is default. For more, see
|
||||
the :ref:`RequestContext docs <subclassing-context-requestcontext>`.
|
||||
``"django.contrib.auth.context_processors.auth"``, which is default. For
|
||||
more, see the :ref:`RequestContext docs <subclassing-context-requestcontext>`.
|
||||
|
||||
Users
|
||||
-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue