summaryrefslogtreecommitdiff
path: root/docs/api/view.rst
AgeCommit message (Expand)Author
2019-04-01Fix docs build.Theron Luhn
2016-12-24expose the new exception view apisMichael Merickel
2013-09-08- Removed the ``pyramid.view.is_response`` function that had been deprecatedChris McDonough
2013-09-08- Removed the class named ``pyramid.view.static`` that had been deprecatedChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_notfound_view``. This is aChris McDonough
2011-12-14Flesh 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-29bfg_view -> view_configChris McDonough
2010-10-25convert API docs to PyramidChris 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 theChris McDonough
2009-05-27Merge authchanges branch to trunk.Chris McDonough
2009-01-18Merge "routesmapper branch" to trunk.Chris McDonough
2009-01-16Document ``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 requiresChris McDonough
2008-09-01Add render_view function.Chris McDonough
2008-09-01 - New API module: ``repoze.bfg.view``. This module contains the functionsChris McDonough
2008-07-19Document project creation.Chris McDonough
2008-07-17Use ViewFactory.Chris McDonough
2008-07-16Rearrange into narrative and API sections; include README in narrative as "in...Chris McDonough