From ac427cc7d73fc063dcb96a639f6f5e60f7abbc8e Mon Sep 17 00:00:00 2001
From: Adrien Lemaire <lemaire.adrien@gmail.com>
Date: Sun, 15 Apr 2012 10:50:15 +0900
Subject: [PATCH] Fix PermWrapper doc
---
docs/topics/auth.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 1b97c68..fcd8f4f 100644
a
|
b
|
template-friendly proxy of permissions.
|
1666 | 1666 | |
1667 | 1667 | .. versionchanged:: 1.3 |
1668 | 1668 | Prior to version 1.3, ``PermWrapper`` was located in |
1669 | | ``django.contrib.auth.context_processors``. |
| 1669 | ``django.core.context_processors``. |
1670 | 1670 | |
1671 | 1671 | In the ``{{ perms }}`` object, single-attribute lookup is a proxy to |
1672 | 1672 | :meth:`User.has_module_perms <django.contrib.auth.models.User.has_module_perms>`. |