From 2638c90ce23527959d9c2356166c618385e91591 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 6 Feb 2010 03:57:02 +0000 Subject: [PATCH] Clarify object-level permissions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12389 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.2-beta-1.txt | 13 ++++++++----- 1 file 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 ` 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 ` +for more information. + Permissions for anonymous users -------------------------------