summaryrefslogtreecommitdiff
path: root/docs/api/settings.rst
AgeCommit message (Collapse)Author
2012-09-09- The ``pyramid.settings.get_settings()`` API was removed. It had beenChris McDonough
printing a deprecation warning since Pyramid 1.0. If your code depended on this API, use ``pyramid.threadlocal.get_current_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``).
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.