index
:
chango.git
devmain
fix-31295
initial-branch
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
2019-02-14
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
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
2017-02-09
Fixed #20238 -- Added threading support to LiveServerTestCase.
Nadège Michel
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
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-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2).
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-08-19
Fixed #22414 -- Ensured that LiveServerTestCase closes connections.
Chris Jerdonek
2016-08-08
Refs #27025 -- Fixed a servers test on Python 3.6.
Tim Graham
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-06-16
Fixed flake8 2.6 warnings.
Tim Graham
2016-02-08
Refs #25684 -- Silenced logging output in servers tests.
Tim Graham
2016-01-11
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2016-01-02
Refs #26011 -- Fixed AttributeError in test_port_bind test.
Marten Kenbeek
2015-12-31
Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Marten Kenbeek
2015-08-01
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-06
Fixed some unclosed objects in tests
Andriy Sokolovskiy
2015-06-12
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
Moritz Sichert
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-19
Fixed typo in error message in the test.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-13
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-09-09
Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS
Flavio Curella
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
[next]