<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/creation.py, branch 5.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-03-01T08:01:18Z</updated>
<entry>
<title>Refs #33497 -- Added connection pool support for PostgreSQL.</title>
<updated>2024-03-01T08:01:18Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2023-12-11T10:37:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fad334e1a9b54ea1acb8cce02a25934c5acfe99f'/>
<id>urn:sha1:fad334e1a9b54ea1acb8cce02a25934c5acfe99f</id>
<content type='text'>
Co-authored-by: Florian Apolloner &lt;florian@apolloner.eu&gt;
Co-authored-by: Ran Benita &lt;ran@unusedvar.com&gt;
</content>
</entry>
<entry>
<title>Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding clause-less exceptions.</title>
<updated>2023-04-03T03:54:34Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2023-04-03T03:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=465f3c045b2cb7d757a8cbabc909c137901c9844'/>
<id>urn:sha1:465f3c045b2cb7d757a8cbabc909c137901c9844</id>
<content type='text'>
Regression in 3cafb783f3f711c7413ba2b8d7c8ff750bd4d6e1.</content>
</entry>
<entry>
<title>Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.</title>
<updated>2022-12-12T07:36:17Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-12T07:25:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ebfbd894e21e1656c1e1f32d98b8df7a32d3649'/>
<id>urn:sha1:2ebfbd894e21e1656c1e1f32d98b8df7a32d3649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33308 -- Used psycopg's errors instead of errorcodes.</title>
<updated>2022-12-01T08:17:33Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-01T07:35:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cafb783f3f711c7413ba2b8d7c8ff750bd4d6e1'/>
<id>urn:sha1:3cafb783f3f711c7413ba2b8d7c8ff750bd4d6e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".</title>
<updated>2021-07-05T11:31:03Z</updated>
<author>
<name>Mateo Radman</name>
<email>48420316+mateoradman@users.noreply.github.com</email>
</author>
<published>2021-07-02T17:33:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2231429991ee17987e3897238f9e5551c5c7ab2e'/>
<id>urn:sha1:2231429991ee17987e3897238f9e5551c5c7ab2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().</title>
<updated>2020-02-06T14:29:38Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-02-04T03:07:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f48f671223a20b161ca819cf7d6298e43b8ba5fe'/>
<id>urn:sha1:f48f671223a20b161ca819cf7d6298e43b8ba5fe</id>
<content type='text'>
It is now a method instead of a property and returns a context manager
that yields a cursor on entry and closes the cursor and connection upon
exit.
</content>
</entry>
<entry>
<title>Changed re-raising an exception to use bare raise syntax where appropriate.</title>
<updated>2020-01-20T10:44:28Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-19T22:13:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26be703fe679a58bbdccf37a276a9c430ccb29f7'/>
<id>urn:sha1:26be703fe679a58bbdccf37a276a9c430ccb29f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30184 -- Removed ellipsis characters from shell output strings.</title>
<updated>2019-02-13T18:59:44Z</updated>
<author>
<name>Dan Davis</name>
<email>danizen@users.noreply.github.com</email>
</author>
<published>2019-02-13T18:59:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac'/>
<id>urn:sha1:2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac</id>
<content type='text'>
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.</content>
</entry>
<entry>
<title>Fixed F841 flake8 warning.</title>
<updated>2018-10-24T13:13:10Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-10-24T07:30:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=641742528a8babbede92890bc0bef50a255c1bbb'/>
<id>urn:sha1:641742528a8babbede92890bc0bef50a255c1bbb</id>
<content type='text'>
</content>
</entry>
</feed>
