<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_utils/tests.py, branch 6.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-02-24T23:36:09Z</updated>
<entry>
<title>[6.0.x] Applied Black's 2026 stable style.</title>
<updated>2026-02-24T23:36:09Z</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=090f1da56e663e9f840e307e73b5cf011cb7b061'/>
<id>urn:sha1:090f1da56e663e9f840e307e73b5cf011cb7b061</id>
<content type='text'>
https://github.com/psf/black/releases/tag/26.1.0

Backport of 6cff02078799b7c683a0d39630d49ab4fe532e7c from main.
</content>
</entry>
<entry>
<title>Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTemplate.</title>
<updated>2025-09-15T20:45:13Z</updated>
<author>
<name>Caitie Baca</name>
<email>caitie.baca@powereng.com</email>
</author>
<published>2025-09-11T20:06:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e0b4214c350da9b627a67987b13ec334e1de033'/>
<id>urn:sha1:0e0b4214c350da9b627a67987b13ec334e1de033</id>
<content type='text'>
Previously, assertTemplateUsed only matched partial names, ignoring
the template origin. This caused assertions on partials specified by
origin ("template.html#partial") to fail. Refs #36410.
</content>
</entry>
<entry>
<title>Fixed test_utils.tests.HTMLEqualTests.test_parsing_errors following Python's HTMLParser fixed parsing.</title>
<updated>2025-08-13T02:04:09Z</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=e4515dad7a6d953c0bd2414127ba36e1446ff41a'/>
<id>urn:sha1:e4515dad7a6d953c0bd2414127ba36e1446ff41a</id>
<content type='text'>
Further details about Python changes can be found in:
https://github.com/python/cpython/commit/0243f97cbadec8d985e63b1daec5d1cbc850cae3.

Thank you Clifford Gama for the thorough review!
</content>
</entry>
<entry>
<title>Fixed #35728 -- Computed error messages in assertions only on test failures.</title>
<updated>2025-07-18T08:16:59Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-04-18T17:55:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=449b9f9aeeaa3a1529d2c29a9a43e87350177559'/>
<id>urn:sha1:449b9f9aeeaa3a1529d2c29a9a43e87350177559</id>
<content type='text'>
Performance regression in 1dae65dc63ae84be5002c37b4ddae0b9220e8808.

Thanks to Adam Johnson for the report.
</content>
</entry>
<entry>
<title>Removed @skipIfDBFeature silencing of nonexistent features.</title>
<updated>2025-06-21T12:51:34Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-06-21T12:51:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54402a75296909b1b00df41ff4dbd95e3d8a87e6'/>
<id>urn:sha1:54402a75296909b1b00df41ff4dbd95e3d8a87e6</id>
<content type='text'>
Follow up to f5df7ed7e62585c7d0289a88a327dab8d608efcf.</content>
</entry>
<entry>
<title>Removed @skipUnlessDBFeature silencing of nonexistent features.</title>
<updated>2025-06-20T15:16:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-06-20T00:53:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5df7ed7e62585c7d0289a88a327dab8d608efcf'/>
<id>urn:sha1:f5df7ed7e62585c7d0289a88a327dab8d608efcf</id>
<content type='text'>
This was added in 46c7707e50400e237cbd774a31ad801669ca3905 but is
obsolete now that gis_tests are discovered separately. It's
error-prone to ignore mistyped names.
</content>
</entry>
<entry>
<title>Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally.</title>
<updated>2025-06-05T11:49:39Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2025-06-03T22:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0a87895ffaf6532a22143b5e2e304c59b7958ae'/>
<id>urn:sha1:f0a87895ffaf6532a22143b5e2e304c59b7958ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36435 -- Tidied tests for CaptureQueriesContext and assertNumQueries.</title>
<updated>2025-06-05T11:49:39Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2025-06-03T22:11:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a3f3b84999878e22021c92f9102707ba2648209'/>
<id>urn:sha1:9a3f3b84999878e22021c92f9102707ba2648209</id>
<content type='text'>
Avoided repeatedly templating the URL and hoisted Person creation to
setUpTestData in AssertNumQueriesContextManagerTests to repeat the same
pattern as in CaptureQueriesContextManagerTests.
</content>
</entry>
<entry>
<title>Removed redundant redefinition of variable in tests/test_utils/tests.py.</title>
<updated>2025-05-27T21:20:07Z</updated>
<author>
<name>Clifford Gama</name>
<email>53076065+cliff688@users.noreply.github.com</email>
</author>
<published>2025-05-27T21:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad28db666e0884b658f5e240c3d7ee1362688ba1'/>
<id>urn:sha1:ad28db666e0884b658f5e240c3d7ee1362688ba1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36005 -- Dropped support for Python 3.10 and 3.11.</title>
<updated>2025-01-20T13:07:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-17T21:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5772de69679efb54129ac1cbca3579b512778af'/>
<id>urn:sha1:f5772de69679efb54129ac1cbca3579b512778af</id>
<content type='text'>
</content>
</entry>
</feed>
