diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
| commit | c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 (patch) | |
| tree | 3fe9a9d9ab83871f2562841b65fcfd3477ee90a0 /docs/zcml/default_permission.rst | |
| parent | 9c3b2760688aca748f81529d0b055f799959ab4b (diff) | |
| download | pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.gz pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.bz2 pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.zip | |
convert zcml docs to Pyramid
Diffstat (limited to 'docs/zcml/default_permission.rst')
| -rw-r--r-- | docs/zcml/default_permission.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/zcml/default_permission.rst b/docs/zcml/default_permission.rst index 2bac99158..beb60db1a 100644 --- a/docs/zcml/default_permission.rst +++ b/docs/zcml/default_permission.rst @@ -21,8 +21,6 @@ There can be only one default permission active at a time within an application, thus the ``default_permission`` directive can only be used once in any particular set of ZCML. -.. note: This API is new as of :mod:`repoze.bfg` version 1.3. - Attributes ~~~~~~~~~~ @@ -45,11 +43,11 @@ Alternatives ~~~~~~~~~~~~ Using the ``default_permission`` argument to the -:class:`repoze.bfg.configuration.Configurator` constructor can be used +:class:`pyramid.configuration.Configurator` constructor can be used to achieve the same purpose. Using the -:meth:`repoze.bfg.configuration.Configurator.set_default_permission` +:meth:`pyramid.configuration.Configurator.set_default_permission` method can be used to achieve the same purpose when using imperative configuration. |
