<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/db_utils, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-01-26T11:45:07Z</updated>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Fixed #33308 -- Added support for psycopg version 3.</title>
<updated>2022-12-15T05:17:57Z</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-12-01T19:23:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca'/>
<id>urn:sha1:09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca</id>
<content type='text'>
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.

Co-authored-by: Florian Apolloner &lt;florian@apolloner.eu&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Added backward compatibility test for ConnectionHandler.databases property.</title>
<updated>2022-05-13T10:01:07Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-05-12T10:54:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3677043fce0fec5d082e8cae142d5e5df35a2b5'/>
<id>urn:sha1:d3677043fce0fec5d082e8cae142d5e5df35a2b5</id>
<content type='text'>
The ConnectionHandler.databases property is no longer used within
Django, but it is maintained for backward compatibility with 3rd party
packages that have used this private API in the past.
</content>
</entry>
<entry>
<title>Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandler.configure_settings().</title>
<updated>2022-03-17T06:36:34Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-03-17T06:31:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=13378ad95206a96c3d1d261eb738032468a7acc1'/>
<id>urn:sha1:13378ad95206a96c3d1d261eb738032468a7acc1</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>Fixed #32233 -- Cleaned-up duplicate connection functionality.</title>
<updated>2020-12-08T07:55:44Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2017-10-22T15:30:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98e05ccde440cc9b768952cc10bc8285f4924e1f'/>
<id>urn:sha1:98e05ccde440cc9b768952cc10bc8285f4924e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32233 -- Added tests for nonexistent cache and databases aliases.</title>
<updated>2020-12-08T07:54:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-12-08T06:05:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=30f2d1af03b1f1e981e8e15151079795914f8f2c'/>
<id>urn:sha1:30f2d1af03b1f1e981e8e15151079795914f8f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32197 -- Improved error message when loading a database backend fails.</title>
<updated>2020-11-16T05:05:03Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-11-15T20:34:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4cce1d13cfe9d8e56921c5fa8c61e3034dc8e20c'/>
<id>urn:sha1:4cce1d13cfe9d8e56921c5fa8c61e3034dc8e20c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified imports from django.db and django.contrib.gis.db.</title>
<updated>2020-02-04T12:20:06Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-08-20T07:54:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=335c9c94acf263901fb023404408880245b0c4b4'/>
<id>urn:sha1:335c9c94acf263901fb023404408880245b0c4b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30071 -- Fixed error message when a 'default' database isn't provided.</title>
<updated>2019-01-09T15:58:37Z</updated>
<author>
<name>Benjy Weinberger</name>
<email>benjyw@gmail.com</email>
</author>
<published>2018-12-16T18:09:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=222caab68a2a7345043d0c50161203cb2cfe70eb'/>
<id>urn:sha1:222caab68a2a7345043d0c50161203cb2cfe70eb</id>
<content type='text'>
</content>
</entry>
</feed>
