<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyramid/docs/quick_tutorial/databases, branch main</title>
<subtitle>Pyramid web framework (fork of https://github.com/Pylons/pyramid).</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/'/>
<entry>
<title>Remove the usage of deprecated 'sqlalchemy.MetaData.bind' attribute</title>
<updated>2024-12-06T07:00:45+00:00</updated>
<author>
<name>Nguyễn Hoàng Anh Duy</name>
<email>me@duynha.dev</email>
</author>
<published>2024-12-06T02:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=a254f1d7bd23345d477d21bf83d201f9622ba835'/>
<id>a254f1d7bd23345d477d21bf83d201f9622ba835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update SQLAlchemy logger in quick tutorial fixes #3706</title>
<updated>2022-08-12T11:39:47+00:00</updated>
<author>
<name>Camill Kaipf</name>
<email>ckaipf@posteo.de</email>
</author>
<published>2022-08-12T11:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=5f5954c1923058031b07dda2e0898164a3554318'/>
<id>5f5954c1923058031b07dda2e0898164a3554318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inheriting from `object` not necessary in py3</title>
<updated>2020-04-17T19:12:06+00:00</updated>
<author>
<name>Sergey Maranchuk</name>
<email>slav0nic@python.su</email>
</author>
<published>2020-04-17T19:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=6668e43d2d67db4574e08a9d54bd80eb105c1b28'/>
<id>6668e43d2d67db4574e08a9d54bd80eb105c1b28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update docs with pyramid.authorizatio imports after syncing master</title>
<updated>2020-01-16T16:34:45+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-01-16T16:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=592cadd9c20ce410d9ab7b9a748ec59dff001f65'/>
<id>592cadd9c20ce410d9ab7b9a748ec59dff001f65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove autoflush=False</title>
<updated>2019-11-11T15:01:38+00:00</updated>
<author>
<name>Andrea Borghi</name>
<email>danduk82@users.noreply.github.com</email>
</author>
<published>2019-11-11T13:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=418e64eb644f7a850ec87002ec8c875eb8b1b843'/>
<id>418e64eb644f7a850ec87002ec8c875eb8b1b843</id>
<content type='text'>
autoflush is necessary for the current implementation views.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autoflush is necessary for the current implementation views.py</pre>
</div>
</content>
</entry>
<entry>
<title>ZopeTransactionExtension is not valid anymore, replace with zope.sqlalchemy.register</title>
<updated>2019-11-11T15:01:33+00:00</updated>
<author>
<name>Andrea Borghi</name>
<email>danduk82@users.noreply.github.com</email>
</author>
<published>2019-11-11T13:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=9ffdc7c9270ca9ef25ed01495e5f210db9d37710'/>
<id>9ffdc7c9270ca9ef25ed01495e5f210db9d37710</id>
<content type='text'>
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]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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]</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comments in `setup.py`s</title>
<updated>2018-10-09T06:55:40+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-10-09T06:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=43da8c96b77342b9d2203da9f32dc6b8db04e2a8'/>
<id>43da8c96b77342b9d2203da9f32dc6b8db04e2a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise `setup.py`s</title>
<updated>2018-10-09T06:45:30+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-10-09T06:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=29f69b107313b3897280d10608f28a6fa5360e37'/>
<id>29f69b107313b3897280d10608f28a6fa5360e37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all the `setup.py`s</title>
<updated>2018-10-08T09:12:00+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-10-08T09:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=307313574f9726d1c03639114d1c976535c9b968'/>
<id>307313574f9726d1c03639114d1c976535c9b968</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Carry forward previous setup.py changes.</title>
<updated>2018-10-07T11:28:09+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-10-07T11:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=57d49fbe4f507871e5baac30c2f393ec21801e17'/>
<id>57d49fbe4f507871e5baac30c2f393ec21801e17</id>
<content type='text'>
Add emphasize lines to highlight what changed.
Improve instructions for when to run `pip install -e .`
Standardize numbered list format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add emphasize lines to highlight what changed.
Improve instructions for when to run `pip install -e .`
Standardize numbered list format.
</pre>
</div>
</content>
</entry>
</feed>
