index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
api
/
request.rst
Age
Commit message (
Expand
)
Author
2011-08-20
add static_path function to url and static_path method to request
Chris 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 value
Chris McDonough
2011-07-24
back this feature out; we'll try a different approach
Chris McDonough
2011-07-23
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
Chris McDonough
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris McDonough
2011-05-13
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
clarify
Chris McDonough
2011-04-18
- Deprecated all assignments to ``request.response_*`` attributes such as
Chris McDonough
2011-03-09
leave some breadcrumbs for finding renderered response attribute settings
Chris McDonough
2011-01-21
- Add docs for ``add_finished_callback``, ``add_response_callback``,
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-11-10
- New API methods for ``pyramid.request.Request``: ``model_url`` and
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-10-29
pylons paster templates
Chris McDonough
2010-10-28
sessioning docs
Chris McDonough
2010-10-25
convert API docs to Pyramid
Chris McDonough
2010-09-15
Features
Chris McDonough
2010-09-13
Features
Chris McDonough
2010-09-05
Documentation
Chris McDonough
2009-06-02
Remove this from the docs.
Chris McDonough
2009-06-02
- Add ``repoze.bfg.request.current_request`` function. This function
Chris McDonough