summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/databases/tutorial
AgeCommit message (Collapse)Author
2024-12-06Remove the usage of deprecated 'sqlalchemy.MetaData.bind' attributeNguyễn Hoàng Anh Duy
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
autoflush is necessary for the current implementation views.py
2019-11-11ZopeTransactionExtension is not valid anymore, replace with ↵Andrea Borghi
zope.sqlalchemy.register The new version of zope.sqlalchemy does not provide ZopeTransactionExtension anymore. As stated in (this official PR)[https://github.com/zopefoundation/zope.sqlalchemy/pull/38]
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
- See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897
2016-04-14Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS Paths, also on Step 19 - ↵Arian Maykon de Araújo Diógenes
Database
2015-06-01add self.config = testing.setUp and testing.tearDown back to WikiViewTests ↵Karen Dalton
as it is a standard pattern for view tests
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 ↵Karen Dalton
tests.py to fix the 'At least one scoped session' warning
2015-05-23fix template static asset URLs; grammar; line numbersSteve Piercy
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