diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-02 18:40:52 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-02 18:40:52 +0000 |
| commit | f0fd9d62c991afe0b125beb6d7f583be9500de84 (patch) | |
| tree | ba0ac4df571b3a3448b73edc0b5ed7651d161577 /docs/index.rst | |
| parent | db0467ca526c07ab719de7e74c84882d3297ce83 (diff) | |
| download | pyramid-f0fd9d62c991afe0b125beb6d7f583be9500de84.tar.gz pyramid-f0fd9d62c991afe0b125beb6d7f583be9500de84.tar.bz2 pyramid-f0fd9d62c991afe0b125beb6d7f583be9500de84.zip | |
- Add API named ``repoze.bfg.settings.get_settings`` which retrieves a
derivation of values passed as the ``options`` value of
``repoze.bfg.router.make_app``. This API should be preferred
instead of using getUtility(ISettings). I added a new
``repoze.bfg.settings`` API document as well.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 180996d7c..4a2623b23 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -60,6 +60,7 @@ Per-module :mod:`repoze.bfg` API documentation. api/router api/scripting api/security + api/settings api/template api/testing api/traversal |
