<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/backends/postgresql, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' database.</title>
<updated>2021-02-02T20:35:35+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-02-02T20:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7d658893450eb999f828c53a8e4efa03dff65cf3'/>
<id>7d658893450eb999f828c53a8e4efa03dff65cf3</id>
<content type='text'>
Thanks Kazantcev Andrey for the report.

Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
Backport of f131841c601b9d4884adcdb284b4213c2ad89231 from master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Kazantcev Andrey for the report.

Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
Backport of f131841c601b9d4884adcdb284b4213c2ad89231 from master
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped minimum isort version to 5.1.0.</title>
<updated>2020-07-30T08:58:59+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-07-24T06:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85'/>
<id>e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85</id>
<content type='text'>
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.</title>
<updated>2020-04-17T09:57:24+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-15T09:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03'/>
<id>75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03</id>
<content type='text'>
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test coverage for DatabaseOperations.sql_flush().</title>
<updated>2020-04-17T07:52:43+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-15T09:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=8bcca47e8356521f52f0738d9633befd53007cae'/>
<id>8bcca47e8356521f52f0738d9633befd53007cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31233 -- Closed database connections and cursors after use.</title>
<updated>2020-02-06T14:35:23+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-02-04T03:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3259983f569151232d8e3b0c3d0de3a858c2b265'/>
<id>3259983f569151232d8e3b0c3d0de3a858c2b265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().</title>
<updated>2020-02-06T14:29:38+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-02-04T03:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f48f671223a20b161ca819cf7d6298e43b8ba5fe'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified imports from django.db and django.contrib.gis.db.</title>
<updated>2020-02-04T12:20:06+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-08-20T07:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=335c9c94acf263901fb023404408880245b0c4b4'/>
<id>335c9c94acf263901fb023404408880245b0c4b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30148 -- Logged COPY ... TO statements in connection.queries on PostgreSQL.</title>
<updated>2019-04-29T12:20:17+00:00</updated>
<author>
<name>kingbuzzman</name>
<email>buzzi.javier@gmail.com</email>
</author>
<published>2019-04-25T16:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=673fe2e3ec63614259e86e7a370b9d1e91fcc1e1'/>
<id>673fe2e3ec63614259e86e7a370b9d1e91fcc1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on initialization.</title>
<updated>2019-02-20T09:59:40+00:00</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2019-02-20T09:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7071f8f2729295b0da77b6c651966dc32c71f1ab'/>
<id>7071f8f2729295b0da77b6c651966dc32c71f1ab</id>
<content type='text'>
This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #29015 -- Added database name to PostgreSQL database name too long exception.</title>
<updated>2018-08-17T16:43:56+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-08-17T16:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=bf17f5e88466e3f571065345f5b2fea0d8af89fe'/>
<id>bf17f5e88466e3f571065345f5b2fea0d8af89fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
