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
/
tutorials
/
wiki2
/
basiclayout.rst
Age
Commit message (
Expand
)
Author
2011-06-05
More small fixes made reading the rest of the docs and the tutorials.
Christoph Zwerschke
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-20
Upgraded the url dispatch tutorials to use add_view.
Michael Merickel
2011-03-24
It was decided that pyramid would undergo a terminology change.
Joe Dallago
2011-03-20
review changes to sqla tutorial
Chris McDonough
2011-03-15
Restructured the routes wiki tutorial to make it easier to follow along. Move...
Carlos de la Guardia
2011-01-28
minor grammar fixes ('a' vs 'an')
Kyle Johnson
2010-12-09
Merge branch 'twophase'
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-12-05
Updated references to 'app' by 'main'.
Bertrand Janin
2010-11-21
- SQLAlchemy+URLDispatch tutorial updated to integrate changes to
Chris McDonough
2010-11-19
- Remove calls to config.begin()/config.end() from startup config code in
Chris McDonough
2010-11-11
- SQLAlchemy+urldispach wiki (``wiki2``) tutorial updated due to changes to
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-04
- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.
Chris McDonough
2010-11-04
- The SQL Wiki tutorial was updated to take into account changes to the
Chris McDonough
2010-10-25
adjust wiki2 tutorial for pyramid
Chris McDonough