mirror of
https://github.com/jazzband/django-authority.git
synced 2026-04-03 06:50:25 +00:00
More doc updates
This commit is contained in:
parent
88574d9dda
commit
a985f61dd2
2 changed files with 5 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue