summaryrefslogtreecommitdiff
path: root/docs/api/renderers.rst
AgeCommit message (Collapse)Author
2013-11-07document add_adapterMichael Merickel
2012-04-16docs for json defaultsMichael Merickel
2012-03-28JSON-API rework and Object.__json__ supportWayne Witzel III
2012-03-28intermediate commitMichael Merickel
2012-01-08gardenMichael Merickel
2011-07-21- Added the ``pyramid.renderers.null_renderer`` object as an API. The nullChris McDonough
renderer is an object that can be used in advanced integration cases as input to the view configuration ``renderer=`` argument. When the null renderer is used as a view renderer argument, Pyramid avoids converting the view callable result into a Response object. This is useful if you want to reuse the view configuration and lookup machinery outside the context of its use by the Pyramid router. This feature was added for consumption by the ``pyramid_rpc`` package, which uses view configuration and lookup outside the context of a router in exactly this way. ``pyramid_rpc`` has been broken under 1.1 since 1.1b1; adding it allows us to make it work again.
2011-07-01Add JSONP rendererChris McDonough
2010-10-25convert API docs to PyramidChris McDonough
2010-07-26merge generic_rendering branchChris McDonough