summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
AgeCommit message (Expand)Author
2020-11-28namespace upgrading_auth since it's in the whatsnew docMichael Merickel
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-04-24Exclude duplicate members `response` and `session` from `request` module to a...Steve Piercy
2020-01-12move doc references from pyramid.security to pyramid.authorizationMichael Merickel
2020-01-09clarify the docsMichael Merickel
2020-01-09fix paradigm to avoid incorrect usagesMichael Merickel
2020-01-08link to prMichael Merickel
2019-12-15Four spaces of indentation.Theron Luhn
2019-12-14Update docs.Theron Luhn
2019-12-14start reworking security policyÉric Araujo
2019-06-23Deprecation notices.Theron Luhn
2019-01-05stop overriding request.json_body from webobMichael Merickel
2018-11-21Keep the localizer property from showing up twice in the docsKarl O. Pinc
2018-10-03remove deprecated set_request_propertyMichael Merickel
2018-08-18Clean up code-blocks in requestSteve Piercy
2016-03-03link invoke_exception_view to api docsMichael Merickel
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