<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/servers, 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-30T19:56:52Z</updated>
<entry>
<title>Refs #36770 -- Skipped test_in_memory_database_lock().</title>
<updated>2026-03-30T19:56:52Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-30T16:53:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afa026cd80a2388255a137a274568aef09f9fee7'/>
<id>urn:sha1:afa026cd80a2388255a137a274568aef09f9fee7</id>
<content type='text'>
Skip pending some investigation.
</content>
</entry>
<entry>
<title>Refs #36770 -- Preferred addCleanup() in live server tests.</title>
<updated>2026-03-30T19:56:52Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-30T16:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c9a43b45e07d2a2dcd3dd08681f7f5cecd82ab6'/>
<id>urn:sha1:9c9a43b45e07d2a2dcd3dd08681f7f5cecd82ab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.</title>
<updated>2025-10-20T19:21:32Z</updated>
<author>
<name>YashRaj1506</name>
<email>yashraj504300@gmail.com</email>
</author>
<published>2025-06-25T22:01:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bb83925d6c231e964f8b54efbc982fb1333da27'/>
<id>urn:sha1:9bb83925d6c231e964f8b54efbc982fb1333da27</id>
<content type='text'>
Migrated `WSGIRequestHandler.log_message()` to use a more robust
`log_message()` helper, which was based of `log_response()` via factoring out
the common bits.

Refs CVE-2025-48432.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</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 #36177 -- Added a trailing newline to JSON serializer. (#19232)</title>
<updated>2025-03-11T07:01:06Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2025-03-11T07:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8df5ce80d26824ce72af41edc03275d435de9432'/>
<id>urn:sha1:8df5ce80d26824ce72af41edc03275d435de9432</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 #35051 -- Prevented runserver from removing non-zero Content-Length for HEAD requests.</title>
<updated>2023-12-31T07:32:37Z</updated>
<author>
<name>Paul Bailey</name>
<email>paul@neutron.studio</email>
</author>
<published>2023-12-31T07:32:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9d52e0720f79ac3cff3d9888a97ac227884a621e'/>
<id>urn:sha1:9d52e0720f79ac3cff3d9888a97ac227884a621e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.</title>
<updated>2023-08-23T07:09:23Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-23T07:09:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd45d5223b3c5640baefcb591782bbcff873b6bf'/>
<id>urn:sha1:dd45d5223b3c5640baefcb591782bbcff873b6bf</id>
<content type='text'>
- backends.sqlite.tests.ThreadSharing.test_database_sharing_in_threads
- backends.tests.ThreadTests.test_default_connection_thread_local:
    on SQLite, close() doesn't explicitly close in-memory connections.
- servers.tests.LiveServerInMemoryDatabaseLockTest
- test_runner.tests.SQLiteInMemoryTestDbs.test_transaction_support

Check out https://github.com/python/cpython/pull/108015.</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
<entry>
<title>Fixed #28054 -- Made runserver not return response body for HEAD requests.</title>
<updated>2023-01-27T20:49:54Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2023-01-27T20:49:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8acc433e415cd771f69dfe84e57878a83641e78b'/>
<id>urn:sha1:8acc433e415cd771f69dfe84e57878a83641e78b</id>
<content type='text'>
Co-authored-by: jannschu &lt;jannik.schuerg@posteo.de&gt;</content>
</entry>
</feed>
