<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/sites_tests/tests.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-19T06:04:22Z</updated>
<entry>
<title>Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.</title>
<updated>2026-04-19T06:04:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-04-19T06:04:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=179aa21b6dfeb9a0560a8c2bbfcf056301fc619f'/>
<id>urn:sha1:179aa21b6dfeb9a0560a8c2bbfcf056301fc619f</id>
<content type='text'>
</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>Used addCleanup() in tests where appropriate.</title>
<updated>2023-12-31T09:01:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-12-31T09:01:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d88ec42bd0a37340c8477a6f20bf26e58bd84735'/>
<id>urn:sha1:d88ec42bd0a37340c8477a6f20bf26e58bd84735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.</title>
<updated>2021-07-27T08:41:51Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2021-07-27T08:41:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1cba3207867fb168788ad6120770d0398b6b2807'/>
<id>urn:sha1:1cba3207867fb168788ad6120770d0398b6b2807</id>
<content type='text'>
This also removes unnecessary comments with the previous spelling.

AP Stylebook has a short entry to advise the preferred spelling for
"en-us". "Afterwards" is preferred in British English.</content>
</entry>
<entry>
<title>Fixed #31802 -- Added system check for non-integer SITE_ID.</title>
<updated>2020-07-24T08:41:55Z</updated>
<author>
<name>Parth Verma</name>
<email>v.parth98@gmail.com</email>
</author>
<published>2020-07-23T06:18:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41065cfed56d5408dd8f267b9e70089471a7f1be'/>
<id>urn:sha1:41065cfed56d5408dd8f267b9e70089471a7f1be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed redundant MiddlewareTest.test_old_style_request() test.</title>
<updated>2020-02-14T09:35:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-02-14T09:35:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cd2d508707857b1f6b8d4b9f73cd3be9a5ca0a37'/>
<id>urn:sha1:cd2d508707857b1f6b8d4b9f73cd3be9a5ca0a37</id>
<content type='text'>
CurrentSiteMiddleware.process_request() is already covered by
MiddlewareTest.test_request().
</content>
</entry>
<entry>
<title>Fixed #31121 -- Cleared Site cache in SitesFrameworkTests.</title>
<updated>2019-12-27T07:57:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-12-27T07:57:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5660267e5b9cc35280e7ecbc59d67fa035e6691d'/>
<id>urn:sha1:5660267e5b9cc35280e7ecbc59d67fa035e6691d</id>
<content type='text'>
Thanks Matthijs Kooijman for the report and analysis.</content>
</entry>
<entry>
<title>Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.</title>
<updated>2019-01-11T00:11:21Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-07-12T04:12:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c775391b78b2a4a2b57c5e89ed4888f36aada4b'/>
<id>urn:sha1:8c775391b78b2a4a2b57c5e89ed4888f36aada4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjusted code style of a few test data setup methods.</title>
<updated>2018-11-27T14:48:22Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-11-24T11:28:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f63b894c02effb09c15ab0b40d28b89553b8e37'/>
<id>urn:sha1:7f63b894c02effb09c15ab0b40d28b89553b8e37</id>
<content type='text'>
Thanks Mariusz for suggesting it.
</content>
</entry>
</feed>
