index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
servers
Age
Commit message (
Expand
)
Author
2026-03-30
Refs #36770 -- Skipped test_in_memory_database_lock().
Jacob Walls
2026-03-30
Refs #36770 -- Preferred addCleanup() in live server tests.
Jacob Walls
2025-10-20
Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.
YashRaj1506
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Fixed #35051 -- Prevented runserver from removing non-zero Content-Length for...
Paul Bailey
2023-08-23
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-27
Fixed #28054 -- Made runserver not return response body for HEAD requests.
Sarah Boyce
2023-01-12
Fixed thread termination in servers.tests.LiveServerPort on Python 3.10.9+, 3...
Mariusz Felisiak
2022-11-24
Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...
baldychristophe
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-03-08
Rewrote some references to "master".
Adam Johnson
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-14
Refs #25684 -- Removed double newline from request/response output of runserver.
rafrafek
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-26
Fixed #27079 -- Avoided multiple setUpClass()/tearDownClass() calls in LiveSe...
Jacob Walls
2021-10-25
Fixed typo in tests/servers/tests.py.
Jacob Walls
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-02-23
Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for non-...
Chris Jerdonek
2021-02-12
Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...
Chris Jerdonek
2021-02-12
Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.
Chris Jerdonek
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2020-12-15
Fixed typo in tests/servers/tests.py.
Mariusz Felisiak
2020-12-14
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2020-12-14
Refs #4444 -- Added tests for handling broken pipe errors in WSGIServer.
Petter Strandmark
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2019-11-18
Replaced unnecessary str()/bytes() calls with literals.
Jon Dufresne
2019-07-10
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
atsuo ishimoto
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-19
Fixed #30015 -- Ensured request body is properly consumed for keep-alive conn...
Konstantin Alekseev
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-10
Fixed keep-alive support in manage.py runserver.
Florian Apolloner
2018-05-07
Captured logging in tests with self.assertLogs().
Claude Paroz
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2017-10-13
Refs #28440 -- Fixed server connection closing test on macOS.
Tom
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-12
Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.
Tom
2017-06-05
Fixed ResourceWarnings in tests/servers/tests.py.
Jon Dufresne
2017-05-30
Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.
Robert Rollins
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-02-23
Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol
Claude Paroz
[next]