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 | |
| 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')
| -rw-r--r-- | docs/api/security.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/cmf/index.rst | 3 |
2 files changed, 4 insertions, 1 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 diff --git a/docs/tutorials/cmf/index.rst b/docs/tutorials/cmf/index.rst index 64e7f2ea3..76ba6ae0f 100644 --- a/docs/tutorials/cmf/index.rst +++ b/docs/tutorials/cmf/index.rst @@ -9,6 +9,8 @@ application to :mod:`repoze.bfg`. Missing: + templates.rst + forms.rst cataloging.rst workflow.rst skins.rst @@ -18,7 +20,6 @@ Missing: syndication.rst dublincore.rst - .. toctree:: :maxdepth: 2 |
