From 7aa84917a4ae8ca380fea1ae1937706d367389ed Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 23 Feb 2011 13:36:58 +0000 Subject: Fixed #15299 -- Started the process of migrating the auth context processor support classes into the auth context processor module. Thanks to shailesh for the report, and v1v3kn for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15635 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/templates/api.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 71fcbd9f56..ba78f15e81 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -423,7 +423,7 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every via the :doc:`messages framework `. * ``perms`` -- An instance of - ``django.core.context_processors.PermWrapper``, representing the + ``django.contrib.auth.context_processors.PermWrapper``, representing the permissions that the currently logged-in user has. .. versionchanged:: 1.2 @@ -435,6 +435,11 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every ``user.get_and_delete_messages()``. It has been changed to include any messages added via the :doc:`messages framework `. +.. versionchanged:: 1.3 + Prior to version 1.3, ``PermWrapper`` was located in + ``django.contrib.auth.context_processors``. + + django.core.context_processors.debug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3