From 5a3520f197aadba1740ded566fb5c4956cae0bc3 Mon Sep 17 00:00:00 2001 From: Chris Beelby Date: Wed, 2 Feb 2011 21:16:35 -0500 Subject: Capitalization fix --- docs/narr/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/security.rst') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 783810734..d4957b491 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -195,11 +195,11 @@ application: When a default permission is registered: -- if a view configuration names an explicit ``permission``, the default +- If a view configuration names an explicit ``permission``, the default permission is ignored for that view registration, and the view-configuration-named permission is used. -- if a view configuration names an explicit permission as the string +- If a view configuration names an explicit permission as the string ``__no_permission_required__``, the default permission is ignored, and the view is registered *without* a permission (making it available to all callers regardless of their credentials). -- cgit v1.2.3 From 9b514e5df0caba9a02bb6d2915d5eb3f13e7a897 Mon Sep 17 00:00:00 2001 From: Chris Beelby Date: Wed, 2 Feb 2011 21:27:29 -0500 Subject: Wrong name for variable --- docs/narr/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/security.rst') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index d4957b491..10a6c3db3 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -457,7 +457,7 @@ parents left. In order to allow the security machinery to perform ACL inheritance, resource objects must provide *location-awareness*. Providing *location-awareness* means two things: the root object in the resource tree must have a -``_name__`` attribute and a ``__parent__`` attribute. +``__name__`` attribute and a ``__parent__`` attribute. .. code-block:: python :linenos: -- cgit v1.2.3