<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_utils/tests.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-03-30T19:55:07Z</updated>
<entry>
<title>[5.2.x] Applied Black's 2026 stable style.</title>
<updated>2026-03-30T19:55:07Z</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/django.git/commit/?id=0ee44c674cf61efbca2056c40f3e4f2335aaeee6'/>
<id>urn:sha1:0ee44c674cf61efbca2056c40f3e4f2335aaeee6</id>
<content type='text'>
https://github.com/psf/black/releases/tag/26.1.0

Backport of 6cff02078799b7c683a0d39630d49ab4fe532e7c from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed test_utils.tests.HTMLEqualTests.test_parsing_errors following Python's HTMLParser fixed parsing.</title>
<updated>2025-08-13T20:48:37Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-07-21T18:23:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74fafe2715fa2569a1682defcedc12a2e03b13d1'/>
<id>urn:sha1:74fafe2715fa2569a1682defcedc12a2e03b13d1</id>
<content type='text'>
Further details about Python changes can be found in:
https://github.com/python/cpython/commit/0243f97cbadec8d985e63b1daec5d1cbc850cae3.

Refs #36499. Thank you Clifford Gama for the thorough review!

Backport of e4515dad7a6d953c0bd2414127ba36e1446ff41a from main.
</content>
</entry>
<entry>
<title>Fixed a typo in some tests.</title>
<updated>2024-11-11T13:47:04Z</updated>
<author>
<name>yatami38</name>
<email>jagariko3829@outlook.jp</email>
</author>
<published>2024-11-02T20:46:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdca036827b7059c9915680da490ef3520f720fc'/>
<id>urn:sha1:fdca036827b7059c9915680da490ef3520f720fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().</title>
<updated>2024-09-17T07:53:46Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2024-09-04T13:33:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a060a22ee2dde7aa29a5a29120087c4864887325'/>
<id>urn:sha1:a060a22ee2dde7aa29a5a29120087c4864887325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Closed connection pool in clean up of test_allowed_database_copy_queries.</title>
<updated>2024-09-13T10:37:37Z</updated>
<author>
<name>suraj</name>
<email>suraj.shaw@oracle.com</email>
</author>
<published>2024-09-13T09:13:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8dd3f7d538320f6f94210e4944fc8d39c4a9967b'/>
<id>urn:sha1:8dd3f7d538320f6f94210e4944fc8d39c4a9967b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.</title>
<updated>2024-08-09T00:34:01Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-07-22T10:19:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=95827452571eb976c4f0d5e9ac46843948dd5fe6'/>
<id>urn:sha1:95827452571eb976c4f0d5e9ac46843948dd5fe6</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed ResourceWarning from unclosed SQLite connection in test_utils on Python 3.13+.</title>
<updated>2024-03-20T10:44:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-03-20T10:44:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f7c0a4d66f36c59ae9eafa168b455e462d81901'/>
<id>urn:sha1:6f7c0a4d66f36c59ae9eafa168b455e462d81901</id>
<content type='text'>
On SQLite, close() doesn't explicitly close in-memory connections.

Follow up to 921670c6943e9c532137b7d164885f2d3ab436b8 and
dd45d5223b3c5640baefcb591782bbcff873b6bf.</content>
</entry>
<entry>
<title>Fixed #35226 -- Reallowed executing queries for dynamically created connections.</title>
<updated>2024-02-19T17:34:18Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-02-19T17:34:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5f637a8a8d847ba02493c5ce6da55e378c3f588f'/>
<id>urn:sha1:5f637a8a8d847ba02493c5ce6da55e378c3f588f</id>
<content type='text'>
Regression in 8fb0be3500cc7519a56985b1b6f415d75ac6fedb.

Thanks Florian Apolloner for the report.</content>
</entry>
<entry>
<title>Fixed closing connections in test_utils.tests.AllowedDatabaseQueriesTests.</title>
<updated>2024-02-19T13:08:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-02-19T13:08:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9350308f374cad475312de3e648249d8b6f17341'/>
<id>urn:sha1:9350308f374cad475312de3e648249d8b6f17341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unless_db_feature() test on Python 3.12.2+.</title>
<updated>2024-02-10T15:14:51Z</updated>
<author>
<name>Daniel Garcia Moreno</name>
<email>daniel.garcia@suse.com</email>
</author>
<published>2024-02-09T10:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc8471f0aac8f0c215b9471b594d159783bac19b'/>
<id>urn:sha1:bc8471f0aac8f0c215b9471b594d159783bac19b</id>
<content type='text'>
Python 3.12.2 bring back the skipped tests in the number of running
tests. Refs
https://github.com/python/cpython/commit/0a737639dcd3b7181250f5d56694b192eaddeef0
</content>
</entry>
</feed>
