diff options
| author | Michael Merickel <michael@merickel.org> | 2011-08-09 23:26:12 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-08-09 23:26:12 -0500 |
| commit | fecefff5f0c3a6aaafdd43d902aaed15edb8559e (patch) | |
| tree | c4fda18a29ae158b967dc5639e71c321df5bc2e8 /docs/api/config.rst | |
| parent | 7d75b9711290da353077d87323ba0ccc1c1918ab (diff) | |
| download | pyramid-fecefff5f0c3a6aaafdd43d902aaed15edb8559e.tar.gz pyramid-fecefff5f0c3a6aaafdd43d902aaed15edb8559e.tar.bz2 pyramid-fecefff5f0c3a6aaafdd43d902aaed15edb8559e.zip | |
Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.
Removed the undocumented version from pyramid.interfaces.
Diffstat (limited to 'docs/api/config.rst')
| -rw-r--r-- | docs/api/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index 1a9bb6ba4..30c541905 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -44,7 +44,7 @@ .. automethod:: add_route - .. automethod:: add_static_view(name, path, cache_max_age=3600, permission='__no_permission_required__') + .. automethod:: add_static_view(name, path, cache_max_age=3600, permission=NO_PERMISSION_REQUIRED) .. automethod:: add_settings |
