summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-04-16 11:40:25 +0000
committerClaude Paroz <claude@2xlibre.net>2012-04-16 11:40:25 +0000
commit64bbf5187c6e56c62ef9028fa72695bbf8b4e14a (patch)
tree3ea2d1ce88e731323c3ac8681849d0927a06d31b
parent2fa8b3f143c37172a9433dcd42a6fe3829280468 (diff)
[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks Adrien Lemaire for the patch.
Backport of r17913 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 1b97c68791..fcd8f4f677 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -1666,7 +1666,7 @@ template-friendly proxy of permissions.
.. versionchanged:: 1.3
Prior to version 1.3, ``PermWrapper`` was located in
- ``django.contrib.auth.context_processors``.
+ ``django.core.context_processors``.
In the ``{{ perms }}`` object, single-attribute lookup is a proxy to
:meth:`User.has_module_perms <django.contrib.auth.models.User.has_module_perms>`.