More doc updates

This commit is contained in:
Jannis Leidel 2009-07-12 22:28:21 +02:00
parent 88574d9dda
commit a985f61dd2
2 changed files with 5 additions and 1 deletions

View file

@ -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`.

View file

@ -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