Clarify object-level permissions.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2010-02-06 03:57:02 +00:00
parent 7f975df129
commit 2638c90ce2
1 changed files with 8 additions and 5 deletions

View File

@ -142,11 +142,14 @@ values.
Object-level permissions Object-level permissions
------------------------ ------------------------
A foundation for specifying permissions at the per-object level has A foundation for specifying permissions at the per-object level was
been added. The default authentication backends shipped with Django do added in Django 1.2 alpha but not documented with the alpha release.
not make use of this, but third-party authentication backends are free
to do so. See the :ref:`authentication docs <topics-auth>` for more The default authentication backends shipped with Django do not
information. currently make use of this, but third-party authentication backends
are free to do so. See the :ref:`authentication docs <topics-auth>`
for more information.
Permissions for anonymous users Permissions for anonymous users
------------------------------- -------------------------------