summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
AgeCommit message (Expand)Author
2011-07-11add PyPyChris McDonough
2011-07-11bad referenceChris McDonough
2011-07-11simplifyChris McDonough
2011-07-10Modified docs to reference webob's new website.Michael Merickel
2011-07-09request.json -> request.json_body; add some docs for json_bodyChris McDonough
2011-06-14merge httpexception-utils branchChris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-06-11- Pyramid now expects Response objects to have a __call__Chris McDonough
2011-06-04- It is now possible to control how the Pyramid router calls the WSGIChris McDonough
2011-06-03Some more small fixes in the narrative docu.Christoph Zwerschke
2011-05-31the canonical import location for HTTP exceptions/responses is now pyramid.re...Chris McDonough
2011-05-16- Added API docs for ``pyramid.httpexceptions.abort`` andChris McDonough
2011-05-14Correct spelling of my nameWichert Akkerman
2011-05-14use lingua in docs (thanks to wichert)Chris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-04-11pyramid_sqla -> akhetChris McDonough
2011-03-24It was decided that pyramid would undergo a terminology change.Joe Dallago
2011-01-29Merge branch 'master' of https://github.com/osmaker/pyramid into osmaker-masterChris McDonough
2011-01-29- Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid"Chris McDonough
2011-01-28renderingsChris McDonough
2011-01-28minor grammar fixes ('a' vs 'an')Kyle Johnson
2011-01-21add distutils entryChris McDonough
2011-01-21point at Pyramid Cookbook explicitlyChris McDonough
2011-01-21add caveat for PyPy and Jython usersChris McDonough
2011-01-19handlers are no longer a part of the packageChris McDonough
2011-01-18- Most references to ZCML in narrative chapters have been removed orChris McDonough
2011-01-16use correct renderingChris McDonough
2011-01-08fix renderingsChris McDonough
2011-01-03- Add a new API ``pyramid.url.current_route_url``, which computes a URL basedChris McDonough
2011-01-02Split view chapter, move view config after templates, some reordering in view...Casey Duncan
2011-01-03fix renderingChris McDonough
2011-01-03Merge branch 'master' of https://github.com/jahmad/pyramid into jahmad-masterChris McDonough
2011-01-02- add a ``add_view_mapper`` API to Configurator. This API allows you to addChris McDonough
2010-12-31handlers_chapter -> views_chapterJamaludin Ahmad
2010-12-26wordingChris McDonough
2010-12-23fix referencesChris McDonough
2010-12-19add functional testing exampleChris McDonough
2010-12-19context finding -> resource locationChris McDonough
2010-12-19reference module from packageChris McDonough
2010-12-19update firstapp chapterChris McDonough
2010-12-18model->resource; make docs render without warningsChris McDonough
2010-12-18resource -> assetChris McDonough
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-11-11document the request.settings attribute as well as we canChris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
2010-11-06Docs fix: Missed an instance of bfg -> pyramid in the glossary.William Chambers
2010-11-02tweak handlers chapterChris McDonough
2010-10-29First set of Mako docs for narrative.Ben Bangert
2010-10-29docs renderingChris McDonough
2010-10-29bfg_view -> view_configChris McDonough