diff --git a/docs/check_decorator.txt b/docs/check_decorator.txt index a52f9c3..100f677 100644 --- a/docs/check_decorator.txt +++ b/docs/check_decorator.txt @@ -4,6 +4,10 @@ Check permissions using the decorator ===================================== +.. index:: + single: permission_required + single: permission_required_or_403 + .. note:: A decorator is not the ultimate painkiller, if you need to deal with complex permission handling, take a look at :ref:`check-python`. diff --git a/docs/create_custom_permission.txt b/docs/create_custom_permission.txt index 7bed43f..221fb08 100644 --- a/docs/create_custom_permission.txt +++ b/docs/create_custom_permission.txt @@ -74,7 +74,7 @@ would allow an user to have permission to edit a flatpage only between Check custom permissions ======================== -The permission check is similiar to :ref:`create-basic-permission` and +The permission check is similar to :ref:`create-basic-permission` and :ref:`create-per-object-permission`. .. warning:: Although *per-object* permissions are translated to