Skip to content

Commit

Permalink
[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
claudep committed Apr 16, 2012
1 parent 2fa8b3f commit 64bbf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/auth.txt
Expand Up @@ -1666,7 +1666,7 @@ template-friendly proxy of permissions.


.. versionchanged:: 1.3 .. versionchanged:: 1.3
Prior to version 1.3, ``PermWrapper`` was located in 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 In the ``{{ perms }}`` object, single-attribute lookup is a proxy to
:meth:`User.has_module_perms <django.contrib.auth.models.User.has_module_perms>`. :meth:`User.has_module_perms <django.contrib.auth.models.User.has_module_perms>`.
Expand Down

0 comments on commit 64bbf51

Please sign in to comment.