diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-16 11:38:43 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-16 11:38:43 +0000 |
| commit | 38d7a3a0fe1960939a73a3d00dd18c0742731ab9 (patch) | |
| tree | 54442a841b9dff917d0c327a19eb5bd1430a921c /docs | |
| parent | 157f8238190d69e92c61c114f3331cf3f975c561 (diff) | |
Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien Lemaire for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
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>`. |
