| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-09 | - The ``pyramid.settings.get_settings()`` API was removed. It had been | Chris 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-17 | Made pyramid.settings.aslist public. | Michael Merickel | |
| 2010-11-10 | - New API method: ``pyramid.settings.asbool``. | Chris McDonough | |
| 2010-10-25 | convert API docs to Pyramid | Chris McDonough | |
| 2009-06-02 | - Add API named ``repoze.bfg.settings.get_settings`` which retrieves a | Chris 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. | |||
