<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/backends, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-04-30T23:52:11Z</updated>
<entry>
<title>Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.</title>
<updated>2026-04-30T23:52:11Z</updated>
<author>
<name>Raoni Timo</name>
<email>raoni@relume.io</email>
</author>
<published>2026-04-30T13:57:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9f790ef1a0f356cf6342b5d57bbaeac35aed0d9f'/>
<id>urn:sha1:9f790ef1a0f356cf6342b5d57bbaeac35aed0d9f</id>
<content type='text'>
Setting "check" in OPTIONS["pool"] previously raised TypeError because the
PostgreSQL backend always passed check= to ConnectionPool() and unpacked
**pool_options on top, regardless of CONN_HEALTH_CHECKS. The user's callable
now takes precedence via setdefault(); pool_options is copied first to avoid
mutating the user's settings dict.
</content>
</entry>
<entry>
<title>Fixed #36946 -- Respected test database name when running tests in parallel on SQLite.</title>
<updated>2026-02-27T22:12:07Z</updated>
<author>
<name>S​age Abdullah</name>
<email>me@laymonage.com</email>
</author>
<published>2026-02-27T22:12:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b415cef5d21cd5beac212a833f9f0b7727899f64'/>
<id>urn:sha1:b415cef5d21cd5beac212a833f9f0b7727899f64</id>
<content type='text'>
The "spawn" and "forkserver" multiprocessing modes were affected.</content>
</entry>
<entry>
<title>Improved error message in SQLite `DatabaseOperations.check_expression_support()`.</title>
<updated>2026-02-12T20:27:11Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2026-02-11T23:25:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=055d7a682f4923fc5a50d7c1a12fd7f52675f7e8'/>
<id>urn:sha1:055d7a682f4923fc5a50d7c1a12fd7f52675f7e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added various missing test skips observed on MongoDB.</title>
<updated>2026-02-10T21:06:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-02-10T01:28:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ef46215fdecb755c0b77c47fdb8fec670abb5e8b'/>
<id>urn:sha1:ef46215fdecb755c0b77c47fdb8fec670abb5e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36812 -- Dropped support for MariaDB &lt; 10.11.</title>
<updated>2026-01-25T08:19:43Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2026-01-07T12:06:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c3c9f1908e62eea528377e3788e78594a8361189'/>
<id>urn:sha1:c3c9f1908e62eea528377e3788e78594a8361189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Black's 2026 stable style.</title>
<updated>2026-01-18T20:26:56Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2026-01-18T20:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6cff02078799b7c683a0d39630d49ab4fe532e7c'/>
<id>urn:sha1:6cff02078799b7c683a0d39630d49ab4fe532e7c</id>
<content type='text'>
https://github.com/psf/black/releases/tag/26.1.0</content>
</entry>
<entry>
<title>Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.</title>
<updated>2026-01-16T14:15:53Z</updated>
<author>
<name>JaeHyuck Sa</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2026-01-15T13:12:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=211b63142786ea77953de4f2850961e259c5b335'/>
<id>urn:sha1:211b63142786ea77953de4f2850961e259c5b335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.</title>
<updated>2026-01-16T14:15:53Z</updated>
<author>
<name>JaeHyuck Sa</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2026-01-15T13:06:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b98075dc6205374746cf1ad6d3533b9a1d9cf22e'/>
<id>urn:sha1:b98075dc6205374746cf1ad6d3533b9a1d9cf22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35402 -- Fixed crash in DatabaseFeatures.django_test_skips when running a subset of tests.</title>
<updated>2026-01-14T13:25:37Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-14T13:25:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6a596373d464d1d8e9014d952286ab5f6d2a9983'/>
<id>urn:sha1:6a596373d464d1d8e9014d952286ab5f6d2a9983</id>
<content type='text'>
Thanks Tim Graham for the report and the review.</content>
</entry>
<entry>
<title>Added DatabaseCreation.destroy_test_db_connection_close_method hook.</title>
<updated>2026-01-03T18:42:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-01-03T18:42:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3201a895cba335000827b28768a7b7105c81b415'/>
<id>urn:sha1:3201a895cba335000827b28768a7b7105c81b415</id>
<content type='text'>
</content>
</entry>
</feed>
