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
/
view.rst
Age
Commit message (
Expand
)
Author
2019-04-01
Fix docs build.
Theron Luhn
2016-12-24
expose the new exception view apis
Michael Merickel
2013-09-08
- Removed the ``pyramid.view.is_response`` function that had been deprecated
Chris McDonough
2013-09-08
- Removed the class named ``pyramid.view.static`` that had been deprecated
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_notfound_view``. This is a
Chris McDonough
2011-12-14
Flesh out new view_defaults feature and add docs, change notes, and add to wh...
Chris McDonough
2010-12-24
- Fix API documentation rendering for ``pyramid.view.static``
Chris McDonough
2010-10-29
bfg_view -> view_config
Chris McDonough
2010-10-25
convert API docs to Pyramid
Chris McDonough
2010-08-08
- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.
Chris McDonough
2009-09-30
- For behavior like Django's ``APPEND_SLASH=True``, use the
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-16
Document ``bfg_view``.
Chris McDonough
2009-01-06
- A ``static`` helper class was added to the ``repoze.bfg.views``
Chris McDonough
2008-12-21
- Updated paster template "ez_setup.py" to one that requires
Chris McDonough
2008-09-01
Add render_view function.
Chris McDonough
2008-09-01
- New API module: ``repoze.bfg.view``. This module contains the functions
Chris McDonough
2008-07-19
Document project creation.
Chris McDonough
2008-07-17
Use ViewFactory.
Chris McDonough
2008-07-16
Rearrange into narrative and API sections; include README in narrative as "in...
Chris McDonough