summaryrefslogtreecommitdiff
path: root/docs/api/settings.rst
AgeCommit message (Collapse)Author
2011-11-17Made pyramid.settings.aslist public.Michael Merickel
2010-11-10- New API method: ``pyramid.settings.asbool``.Chris McDonough
2010-10-25convert API docs to PyramidChris McDonough
2009-06-02- Add API named ``repoze.bfg.settings.get_settings`` which retrieves aChris McDonough
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.