<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/test/testcases.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-09-15T20:45:13Z</updated>
<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>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</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 #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>
<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>Refs #35660 -- Updated TransactionTestCase methods into class or static methods.</title>
<updated>2024-09-17T07:53:46Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2024-09-04T13:33:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8eca3e9bce519c21340312ee7846c92b27abea79'/>
<id>urn:sha1:8eca3e9bce519c21340312ee7846c92b27abea79</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 typo in django/test/testcases.py docstring.</title>
<updated>2024-07-22T06:36:13Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2024-06-02T15:42:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1029a4694e5390e8c6ec88a6a2192c2e32bb5430'/>
<id>urn:sha1:1029a4694e5390e8c6ec88a6a2192c2e32bb5430</id>
<content type='text'>
</content>
</entry>
</feed>
