1
0
mirror of https://github.com/django/django.git synced 2024-12-28 20:16:19 +00:00
django/tests/servers
Sarah Boyce 4bf3d6dec2 [4.2.x] Fixed #28054 -- Made runserver not return response body for HEAD requests.
Co-authored-by: jannschu <jannik.schuerg@posteo.de>
Backport of 8acc433e41 from main
2023-01-27 21:50:40 +01:00
..
another_app
fixtures
media
static
__init__.py
models.py
test_basehttp.py [4.2.x] Fixed #28054 -- Made runserver not return response body for HEAD requests. 2023-01-27 21:50:40 +01:00
test_liveserverthread.py
tests.py Fixed thread termination in servers.tests.LiveServerPort on Python 3.10.9+, 3.11.1+, and 3.12+. 2023-01-12 06:04:10 +01:00
urls.py
views.py