summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Expand)Author
2012-03-17master->1.3-branchChris McDonough
2012-03-16use the 1.3-branch urls for sources in tutorialChris McDonough
2012-03-14Fixed SQL tutorial functional tests for Python 3Patricio Paez
2012-03-14Removed the application restart stepPatricio Paez
2012-03-14Renamed db populate to initialize in SQL tutorialPatricio Paez
2012-03-14Removed populate tests from the SQL wiki tutorialPatricio Paez
2012-03-14Merge branch 'master' into improve-docsPatricio Paez
2012-03-14Simplify the summary tablePatricio Paez
2012-03-13Wording improvements to Defining Views section of tutorial.Audrey Roy
2012-03-13Wording improvements to Defining Views section of tutorial.Audrey Roy
2012-03-13Merge pull request #478 from shentonfreude/shentonfreude/bug.sqltut-test-popu...Chris McDonough
2012-03-13Merge remote-tracking branch 'upstream/master' into shentonfreude/bug.sqltut-...Chris Shenton
2012-03-13Show modification to scripts/populate.py to accept memory DB URIChris Shenton
2012-03-13Improved the Authorization chapterPatricio Paez
2012-03-13Sync section titles with the summaryPatricio Paez
2012-03-13Improved the Authorization chapterPatricio Paez
2012-03-13Merge pull request #474 from ppaez/wiki-documentationmichr
2012-03-12The import also has changed and needs to be edited by the user, so I highligh...Audrey Roy
2012-03-12Clarify two steps in the SQL wiki tutorialPatricio Paez
2012-03-12More clarification, telling the user to open specified files.Audrey Roy
2012-03-12Clarified which files to open/edit. Highlighted the lines to be edited in mod...Audrey Roy
2012-03-12Merge pull request #471 from ppaez/wiki-documentationCarlos de la Guardia
2012-03-12More concise views.py section.Audrey Roy
2012-03-12Added links to Starting the ApplicationPatricio Paez
2012-03-12Added the Design chapter on both wiki tutorialsPatricio Paez
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
2012-02-19- Put ``pyramid.includes`` targets within ini files in scaffolds on separateChris McDonough
2012-02-14- Don't create a ``session`` instance in SQLA Wiki tutorial, use rawChris McDonough
2012-02-14ignore venvs put into this dirChris McDonough
2012-01-29show decorators along with view callables, fixes #393Chris McDonough
2012-01-19use method-based setting of authorization and authentication policy (see issu...Chris McDonough
2012-01-18include correct fileChris McDonough
2012-01-04remove dependency on pysqlite from all scaffolding on platforms lt 2.6Chris McDonough
2012-01-04merge from masterChris McDonough
2012-01-04Removed 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
2011-12-27gardenMichael Merickel
2011-12-27gardenMichael Merickel
2011-12-16- Removed the "Running Pyramid on Google App Engine" tutorial from the mainChris McDonough
2011-11-28move code from login.py to views.py (like sqla tutorial)Chris McDonough
2011-11-27- The SQLAlchemy Wiki tutorial has been updated. It now usesChris McDonough
2011-11-26output warning to use populate command to console after alchemy scaffold rend...Chris McDonough
2011-11-18- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program nameChris McDonough
2011-11-12- The ``alchemy`` scaffold has been removed.Chris McDonough
2011-11-11make more relocatableChris McDonough
2011-11-10Merge pull request #350 from kenmanheimer/klm/docs.tutorialCarlos de la Guardia
2011-11-10Remove gratuitous whitespace.kenmanheimer
2011-11-10Convert absolute 'tutorial' package references that are from within thekenmanheimer
2011-11-08Add a note flagging the only case where we might mislead the student tokenmanheimer
2011-11-08Remove unnecessary whitespace.kenmanheimer