<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_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>2026-03-16T20:44:40Z</updated>
<entry>
<title>Fixed #36859 -- Made assertContains and assertNotContains idempotent for streaming responses.</title>
<updated>2026-03-16T20:44:40Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>baptiste.mispelon@torchbox.com</email>
</author>
<published>2026-01-12T13:51:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed8d4e7d1029e1283b04f70d51d2af96ad85d6a'/>
<id>urn:sha1:0ed8d4e7d1029e1283b04f70d51d2af96ad85d6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable.</title>
<updated>2026-02-26T13:27:33Z</updated>
<author>
<name>Pete Rosenblum</name>
<email>prosenbl@gmail.com</email>
</author>
<published>2026-02-26T04:55:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71d1e92e11093feb9a337f6d77078c5e75cbb92f'/>
<id>urn:sha1:71d1e92e11093feb9a337f6d77078c5e75cbb92f</id>
<content type='text'>
When "FORCE_COLOR" was set in the environment (such as in django-docker-box)
several test cases that rely on string comparisons against exception
messages or command line results would fail due to ANSI escape sequences
being present in the output. This change resolved the issue by setting
the "PYTHON_COLORS" environment variable to "0" for those specific tests,
which takes precendence over the presence of "FORCE_COLOR".
</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/django.git/commit/?id=ef46215fdecb755c0b77c47fdb8fec670abb5e8b'/>
<id>urn:sha1:ef46215fdecb755c0b77c47fdb8fec670abb5e8b</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/django.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 #36487 -- Fixed logger error message with partial callbacks.</title>
<updated>2025-12-19T17:58:29Z</updated>
<author>
<name>Krishnaprasad MG</name>
<email>krishna@holvi.com</email>
</author>
<published>2025-12-15T14:39:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a2f35b1b755b20a1e4d290a88bf059e6897f798'/>
<id>urn:sha1:7a2f35b1b755b20a1e4d290a88bf059e6897f798</id>
<content type='text'>
</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>
</feed>
