<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_client_regress, 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>2025-12-03T14:18:10Z</updated>
<entry>
<title>Fixed #36280 -- Replaced exception checks with assertRaisesMessage().</title>
<updated>2025-12-03T14:18:10Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2025-11-16T19:16:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d338c2243fa0786225e056c5d7003f7ad67d44de'/>
<id>urn:sha1:d338c2243fa0786225e056c5d7003f7ad67d44de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36500 -- Corrected rewrapped long lines fixed via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2025-07-23T03:44:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78298b51629e14c0e472898b635bc819d47b7f27'/>
<id>urn:sha1:78298b51629e14c0e472898b635bc819d47b7f27</id>
<content type='text'>
Manually reformatted some comments and docstrings where autofix_w505.py
changed the meaning of the formatting.
</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>Removed double spaces after periods and within phrases.</title>
<updated>2025-07-23T13:09:43Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-07-18T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #4476 -- Added tests for assertRedirects() when following redirect chains.</title>
<updated>2025-07-17T20:36:02Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-06-24T20:35:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=04e813cd17484ba91e3fc25d5e5118ac25f47352'/>
<id>urn:sha1:04e813cd17484ba91e3fc25d5e5118ac25f47352</id>
<content type='text'>
Thanks Natalia Bidart for the review.
</content>
</entry>
<entry>
<title>Split monolithic AssertContainsTests.test_contains() into focused tests.</title>
<updated>2025-07-17T20:36:02Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-06-24T19:33:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=024ea0f78322eda09e245b0facb8ba4296408e25'/>
<id>urn:sha1:024ea0f78322eda09e245b0facb8ba4296408e25</id>
<content type='text'>
Added a local helper to test assertion messages with and without a given
msg_prefix.
</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>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Fixed #14611 -- Added query_params argument to RequestFactory and Client classes.</title>
<updated>2023-11-23T09:39:29Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2023-11-05T15:41:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a03593967f098cf8dab79065bcabbcebd461f05b'/>
<id>urn:sha1:a03593967f098cf8dab79065bcabbcebd461f05b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages.</title>
<updated>2023-10-03T08:44:36Z</updated>
<author>
<name>Chinmoy Chakraborty</name>
<email>chinmoy12c@gmail.com</email>
</author>
<published>2023-10-02T17:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae65dc63ae84be5002c37b4ddae0b9220e8808'/>
<id>urn:sha1:1dae65dc63ae84be5002c37b4ddae0b9220e8808</id>
<content type='text'>
</content>
</entry>
</feed>
