diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-02-06 03:57:02 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-02-06 03:57:02 +0000 |
| commit | 2638c90ce23527959d9c2356166c618385e91591 (patch) | |
| tree | afcf0f9734db419f880eda1b40d51319e2bd504a /docs | |
| parent | 7f975df129f2f664178d5f9d32c94cba70f75174 (diff) | |
Clarify object-level permissions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.2-beta-1.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/releases/1.2-beta-1.txt b/docs/releases/1.2-beta-1.txt index 859c5c50ff..a12e7e82bc 100644 --- a/docs/releases/1.2-beta-1.txt +++ b/docs/releases/1.2-beta-1.txt @@ -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 ------------------------------- |
