diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-09-21 00:44:37 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-09-21 00:44:37 +0000 |
| commit | 64ea2e288d7e6f47075269994319b9331dd09391 (patch) | |
| tree | 54b43683deffe41d40e83e3a7a160c7559c857fe /docs/api | |
| parent | 3a99b193e9324c516227e2358bf41c2b6bc5a537 (diff) | |
| download | pyramid-64ea2e288d7e6f47075269994319b9331dd09391.tar.gz pyramid-64ea2e288d7e6f47075269994319b9331dd09391.tar.bz2 pyramid-64ea2e288d7e6f47075269994319b9331dd09391.zip | |
- Add ``principals_allowed_by_permission`` API to security module.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/security.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst index c50921100..58a405633 100644 --- a/docs/api/security.rst +++ b/docs/api/security.rst @@ -11,6 +11,8 @@ .. autofunction:: has_permission + .. autofunction:: principals_allowed_by_permission + .. attribute:: Everyone The special principal id named 'Everyone'. This principal id is |
