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:
parent
7f975df129
commit
2638c90ce2
|
@ -142,11 +142,14 @@ values.
|
|||
Object-level permissions
|
||||
------------------------
|
||||
|
||||
A foundation for specifying permissions at the per-object level has
|
||||
been added. The default authentication backends shipped with Django do
|
||||
not make use of this, but third-party authentication backends are free
|
||||
to do so. See the :ref:`authentication docs <topics-auth>` for more
|
||||
information.
|
||||
A foundation for specifying permissions at the per-object level was
|
||||
added in Django 1.2 alpha but not documented with the alpha release.
|
||||
|
||||
The default authentication backends shipped with Django do not
|
||||
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
|
||||
-------------------------------
|
||||
|
|
Loading…
Reference in New Issue