summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
AgeCommit message (Expand)Author
2015-05-28fix duplicate name resource_pathuralbash
2015-02-16add InstancePropertyHelper and apply_request_extensionsMichael Merickel
2014-08-13some tweaks to the usage of userid in the docsMichael Merickel
2014-08-12Docs: Make "userid" link to the glossary term.Karl O. Pinc
2014-08-12Docs: Make clear that a userid need not be a principal.Karl O. Pinc
2014-04-18Corrected the comment's languagethapar
2014-04-18Typo fix "not"-->"no"thapar
2014-04-17More explicit example of set_propertyflibustenet
2014-02-10- Garden PR #1121Steve Piercy
2013-11-09undeprecate remember/forget functions and remove remember_userid/forget_useri...Chris McDonough
2013-10-30not methods, attrsChris McDonough
2013-10-28Bring change log, API docs, and deprecations in line with normal policies/pro...Chris McDonough
2013-09-07- The ``pyramid.events.NewResponse`` event is now sent **after** responseChris McDonough
2013-09-05remove the deprecated request.response_* attributesMichael Merickel
2013-08-29make local_name an attribute of Request, move logic from get_localizer into R...Chris McDonough
2013-08-08"behavor" to "behavior"tisdall
2013-08-08changed "obect" to "object"tisdall
2013-04-07fix some cross-referencesTshepang Lekhonkhobe
2013-02-09grammarTshepang Lekhonkhobe
2013-01-29replace 'note' with the more correct 'versionadded' directiveTshepang Lekhonkhobe
2013-01-01eliminate repeated "the" wordsTshepang Lekhonkhobe
2012-09-16make use_tweens=False the defaultChris McDonough
2012-09-16make use_tweens=True the default, add some more testsChris McDonough
2012-09-16rename subrequest to invoke_subrequestChris McDonough
2012-09-16docs and testChris McDonough
2012-09-16add docsChris McDonough
2012-02-24docs-deprecate tmpl_contextChris McDonough
2012-02-17FeaturesChris McDonough
2012-01-11Renamed the func to callable in the docs.Michael Merickel
2011-12-30Documented Request.set_property.Michael Merickel
2011-08-20add static_path function to url and static_path method to requestChris McDonough
2011-08-20- New request methods: ``current_route_url``, ``current_route_path``.Chris McDonough
2011-07-31- A new attribute is available on request objects: ``exc_info``. Its valueChris McDonough
2011-07-24back this feature out; we'll try a different approachChris McDonough
2011-07-23- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper isChris McDonough
2011-07-09request.json -> request.json_body; add some docs for json_bodyChris McDonough
2011-07-04- New request attribute: ``json``. If the request's ``content_type`` isChris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-04-19renderingChris McDonough
2011-04-19renderingChris McDonough
2011-04-19clarifyChris McDonough
2011-04-18- Deprecated all assignments to ``request.response_*`` attributes such asChris McDonough
2011-03-09leave some breadcrumbs for finding renderered response attribute settingsChris McDonough
2011-01-21- Add docs for ``add_finished_callback``, ``add_response_callback``,Chris McDonough
2010-12-18resource -> assetChris McDonough
2010-11-10- New API methods for ``pyramid.request.Request``: ``model_url`` andChris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
2010-10-29pylons paster templatesChris McDonough
2010-10-28sessioning docsChris McDonough