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
/
definingviews.rst
Age
Commit message (
Expand
)
Author
2012-12-01
Sync __init__.py in SQL wiki tutorial
Patricio Paez
2012-11-30
tutorials/wiki2/definingviews.rst: Change example error page from
Marc Abramowitz
2012-11-30
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
Marc Abramowitz
2012-09-22
- Add ``Base.metadata.bind = engine`` to alchemy template, so that tables
Chris McDonough
2012-08-04
add quotes for clarity
Daniel Haaker
2012-04-16
Normalize and update the last section
Patricio Paez
2012-04-13
Simplify the introduction
Patricio Paez
2012-04-12
Improve the Adding Templates section in both tutorials
Patricio Paez
2012-03-17
Merge pull request #496 from douglatornell/sql-tut-edits
Chris McDonough
2012-03-17
Improve text of SQLAlchemy wiki tutorial.
Doug Latornell
2012-03-17
master->1.3-branch
Chris McDonough
2012-03-13
Wording improvements to Defining Views section of tutorial.
Audrey Roy
2012-03-13
Wording improvements to Defining Views section of tutorial.
Audrey Roy
2012-03-12
Clarify two steps in the SQL wiki tutorial
Patricio Paez
2012-03-12
Added links to Starting the Application
Patricio Paez
2012-02-14
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
Chris McDonough
2012-01-29
show decorators along with view callables, fixes #393
Chris McDonough
2011-11-27
- The SQLAlchemy Wiki tutorial has been updated. It now uses
Chris McDonough
2011-10-06
remove all reference to the paster command-line utility
Chris McDonough
2011-09-23
fixed up all the warning dealing ..note and ..warn
michr
2011-08-14
- All tutorials now use - The ``route_url``, ``route_path``,
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris McDonough
2011-06-11
- Pyramid now expects Response objects to have a __call__
Chris McDonough
2011-06-05
Make tests in the Wiki2 tutorial a separate chapter, as for Wiki1.
Christoph Zwerschke
2011-06-05
More small fixes made reading the rest of the docs and the tutorials.
Christoph Zwerschke
2011-05-31
the canonical import location for HTTP exceptions/responses is now pyramid.re...
Chris McDonough
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-31
Fix typos in the tutorials
Patricio Paez
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-02-16
fix tutorial wording
Chris McDonough
2011-02-15
fixed typo in docs in wiki2 tutorial
Ćukasz Fidosz
2011-01-28
dont use tab-width directive (older sphinx does not support, need to build bo...
Chris McDonough
2011-01-15
General reformatting of the wiki and wiki2 tutorials to eliminate
John Shipman
2011-01-06
Updated wiki tutorial docs
Blaise Laflamme
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-11-20
convert stray references to colon routing syntax to squiggly syntax
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-07
Fix file type for literalinclude.
Marius Gedminas
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
add httpexceptions docs
Chris McDonough
2010-10-25
adjust wiki2 tutorial for pyramid
Chris McDonough
[prev]