summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/databases
AgeCommit message (Expand)Author
2024-12-06Remove the usage of deprecated 'sqlalchemy.MetaData.bind' attributeNguyễn Hoàng Anh Duy
2022-08-12update SQLAlchemy logger in quick tutorial fixes #3706Camill Kaipf
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-01-16update docs with pyramid.authorizatio imports after syncing masterMichael Merickel
2019-11-11remove autoflush=FalseAndrea Borghi
2019-11-11ZopeTransactionExtension is not valid anymore, replace with zope.sqlalchemy.r...Andrea Borghi
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-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned e...Radu Revutchi
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
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 s...Martin
2016-04-16quick_tutorial cleanupSteve Piercy
2016-04-14Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS Paths, also on Step 19 - ...Arian Maykon de Araújo Diógenes
2015-06-01add self.config = testing.setUp and testing.tearDown back to WikiViewTests as...Karen Dalton
2015-06-01remove some calls to the testing module and self.config as they are not usedKaren Dalton
2015-06-01Add additional logging configs necessary for db script output and update test...Karen Dalton
2015-05-23fix template static asset URLs; grammar; line numbersSteve Piercy
2014-03-13Strip redundant logging config from tutorial INI files.Tres Seaver
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ...Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt