Skip to content

Commit a8c47ae

Browse files
committed
Update README
Make clear that row level and object level access control can be implemented with this library, but is not available "out of the box".
1 parent b1f5170 commit a8c47ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ example of this in practice is `PostgreSQL roles and privileges
1818
<http://www.postgresql.org/docs/devel/static/user-manag.html>`_.
1919

2020
The roles and privileges are whatever abstract concepts make sense for your system. It is up
21-
to application code to determine what actions to take based on the privileges granted. This
22-
can, of course, be implemented in terms of a lower-level permission system such as
23-
row-level or object-level access control lists (ACLs).
21+
to application code to determine what actions to take based on the privileges granted. You can
22+
use django-prbac to implement lower level concepts such as row-level or object-level access
23+
control.
2424

2525
**Parameterized role-based access control (PRBAC)** adds parameters
2626
to roles and privileges. Now, for example, you might grant ``"Reporting(organization="Dimagi",area="Finance")``

0 commit comments

Comments
 (0)