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
Age
Commit message (
Expand
)
Author
2012-03-17
warn about python 3
Chris McDonough
2012-03-17
- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
Chris McDonough
2012-03-17
normalize zodb tut design doc with text from sqla design doc
Chris McDonough
2012-03-17
normalize zodb tut design doc with text from sqla design doc
Chris McDonough
2012-03-17
explain base a bit
Chris McDonough
2012-03-17
add various elements to design document
Chris McDonough
2012-03-17
explain zopetransaction extension
Chris McDonough
2012-03-17
dont make a judgment as to whom this will be most familiar for
Chris McDonough
2012-03-17
dont make a judgment as to whom this will be most familiar for
Chris McDonough
2012-03-17
link to tests stage source
Chris McDonough
2012-03-17
add link to tests source
Chris McDonough
2012-03-17
Merge pull request #496 from douglatornell/sql-tut-edits
Chris McDonough
2012-03-17
Fix typos.
Doug Latornell
2012-03-17
Improve text of SQLAlchemy wiki tutorial.
Doug Latornell
2012-03-17
master->1.3-branch
Chris McDonough
2012-03-16
use the 1.3-branch urls for sources in tutorial
Chris McDonough
2012-03-14
Fixed SQL tutorial functional tests for Python 3
Patricio Paez
2012-03-14
Removed the application restart step
Patricio Paez
2012-03-14
Renamed db populate to initialize in SQL tutorial
Patricio Paez
2012-03-14
Removed populate tests from the SQL wiki tutorial
Patricio Paez
2012-03-14
Merge branch 'master' into improve-docs
Patricio Paez
2012-03-14
Simplify the summary table
Patricio Paez
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-13
Merge pull request #478 from shentonfreude/shentonfreude/bug.sqltut-test-popu...
Chris McDonough
2012-03-13
Merge remote-tracking branch 'upstream/master' into shentonfreude/bug.sqltut-...
Chris Shenton
2012-03-13
Show modification to scripts/populate.py to accept memory DB URI
Chris Shenton
2012-03-13
Improved the Authorization chapter
Patricio Paez
2012-03-13
Sync section titles with the summary
Patricio Paez
2012-03-13
Improved the Authorization chapter
Patricio Paez
2012-03-13
Merge pull request #474 from ppaez/wiki-documentation
michr
2012-03-12
The import also has changed and needs to be edited by the user, so I highligh...
Audrey Roy
2012-03-12
Clarify two steps in the SQL wiki tutorial
Patricio Paez
2012-03-12
More clarification, telling the user to open specified files.
Audrey Roy
2012-03-12
Clarified which files to open/edit. Highlighted the lines to be edited in mod...
Audrey Roy
2012-03-12
Merge pull request #471 from ppaez/wiki-documentation
Carlos de la Guardia
2012-03-12
More concise views.py section.
Audrey Roy
2012-03-12
Added links to Starting the Application
Patricio Paez
2012-03-12
Added the Design chapter on both wiki tutorials
Patricio Paez
2012-02-22
- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a
Chris McDonough
2012-02-19
- Put ``pyramid.includes`` targets within ini files in scaffolds on separate
Chris McDonough
2012-02-14
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
Chris McDonough
2012-02-14
ignore venvs put into this dir
Chris McDonough
2012-01-29
show decorators along with view callables, fixes #393
Chris McDonough
2012-01-19
use method-based setting of authorization and authentication policy (see issu...
Chris McDonough
2012-01-18
include correct file
Chris McDonough
2012-01-04
remove dependency on pysqlite from all scaffolding on platforms lt 2.6
Chris McDonough
2012-01-04
merge from master
Chris McDonough
2012-01-04
Removed repetition of the word "the" in the Wiki Tutorial.
Mathieu Larose
2012-01-02
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Chris McDonough
[next]