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
/
config.rst
Age
Commit message (
Expand
)
Author
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
2012-02-20
recategorize a couple of methods
Chris McDonough
2012-02-20
remove untruth
Chris McDonough
2012-02-18
categorized configurator methods
Chris McDonough
2012-02-17
docs rearranging / fixing
Chris McDonough
2012-02-17
Features
Chris McDonough
2012-02-15
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Chris McDonough
2012-01-21
Added set_request_property to the docs.
Michael Merickel
2011-11-30
docs; todo; coverage for Introspector
Chris McDonough
2011-11-28
docs
Chris McDonough
2011-08-19
review and fix configurator docs in random places
Chris McDonough
2011-08-18
- Pyramid no longer eagerly commits some default configuration statements at
Chris McDonough
2011-08-15
- New methods of the ``pyramid.config.Configurator`` class:
Chris McDonough
2011-08-09
Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.
Michael Merickel
2011-08-06
add tweens module, add docs for ptweens and tweens to hooks
Chris McDonough
2011-07-24
first cut
Chris McDonough
2011-07-15
remove bogus information about route_name, refer to the right method of Confi...
Chris McDonough
2011-07-15
- get_root2 -> prepare
Chris McDonough
2011-07-14
Added some docs for make_request and global_registries.
Michael Merickel
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-06-14
- Added new add_response_adapter method to Configurator.
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-03-28
branch coverage
Chris McDonough
2011-01-19
- Added "Adding Methods to the Configurator via ``add_directive``" section to
Chris McDonough
2011-01-18
- The ``make_app`` function has been removed from the ``pyramid.router``
Chris McDonough
2011-01-16
Remove configurator.add_handler, handler-related functions and methods from p...
Chris McDonough
2011-01-16
simplify slightly
Chris McDonough
2010-12-19
unnecessary static arglists
Chris McDonough
2010-12-18
resource/asset normalization
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough