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
/
builtin_server
Age
Commit message (
Expand
)
Author
2023-01-05
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-20
Refs #29069 -- Added test for calling request_finished signal by static file ...
Tom Forbes
2020-02-11
Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Florian Apolloner
2019-08-23
Fixed typos in test names and a comment.
Min ho Kim
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Removed a bit of builtin_server tests for Python ≤ 2.7.3.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-03-30
Moved ServerHandler helper class to tests.
Ramiro Morales
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-03-20
Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm.
Matthew Wood
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner