summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/forms
AgeCommit message (Collapse)Author
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2018-10-08Fix comments in `setup.py`sSteve Piercy
2018-10-08Revise `setup.py`sSteve Piercy
2018-10-08Update all the `setup.py`sSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-06add new tests in the forms and validation in quick tutorialWill
2018-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵Radu Revutchi
emphasize-lines
2017-10-21Force emacs not to add newlines gratuitously, un-add themChris Shenton
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
- See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
- ref: #2919
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07fixed 'list' to 'listen'Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-04-13Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS PathsArian Maykon de Araújo Diógenes
2015-05-22- add jQuery to the templateSteve Piercy
- punctuation, grammar
2014-03-13Strip redundant logging config from tutorial INI files.Tres Seaver
Leave it for the 'logging' and 'scaffolds' sections, where it is germane.
2014-03-10Remove extra concatenation from request.static_url()sbivol
fixes issue #1266
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵Paul Everitt
Python 3.
2013-09-13First cut at import of quick tutorial.Paul Everitt