Commit 2638c90c authored by James Bennett's avatar James Bennett
Browse files

Clarify object-level permissions.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 7f975df1
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -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
-------------------------------