Commit History

Upphovsman SHA1 Meddelande Datum
  David Smith 69b0736fad Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. 3 år sedan
  Chris Jerdonek 823a9e6bac Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread. 4 år sedan
  Chris Jerdonek 694deff82f Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setUpClass() failure. 4 år sedan
  Markus Holtermann 50a5f8840f Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 4 år sedan
  Mariusz Felisiak 965d2d95c6 Fixed typo in tests/servers/tests.py. 4 år sedan
  Jon Dufresne 57a3d96ff5 Replaced unnecessary str()/bytes() calls with literals. 5 år sedan
  atsuo ishimoto a9c6ab0356 Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer. 5 år sedan
  Jon Dufresne 7785e03ba8 Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 6 år sedan
  Simon Charette 8c775391b7 Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases. 6 år sedan
  Konstantin Alekseev b514dc14f4 Fixed #30015 -- Ensured request body is properly consumed for keep-alive connections. 6 år sedan
  Florian Apolloner 934acf1126 Fixed keep-alive support in manage.py runserver. 6 år sedan
  Tom 32ade78c55 Refs #28440 -- Fixed server connection closing test on macOS. 7 år sedan
  Tim Graham cfff2af02b Fixed #27857 -- Dropped support for Python 3.4. 8 år sedan
  Tom ac756f16c5 Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length. 7 år sedan
  Jon Dufresne a0f8c52ae2 Fixed ResourceWarnings in tests/servers/tests.py. 7 år sedan
  Robert Rollins b6d4b6e544 Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses. 7 år sedan
  Claude Paroz e6065c7b83 Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol 9 år sedan
  Nadège Michel bece837829 Fixed #20238 -- Added threading support to LiveServerTestCase. 8 år sedan
  Claude Paroz fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 8 år sedan
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 år sedan
  Tim Graham 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 år sedan
  Simon Charette 9695b14982 Refs #23919 -- Removed str() conversion of type and method __name__. 8 år sedan
  Tim Graham 5320fa77c3 Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2). 8 år sedan
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 år sedan
  Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 år sedan
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 år sedan
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 år sedan
  Chris Jerdonek f6cd669ff2 Fixed #22414 -- Ensured that LiveServerTestCase closes connections. 8 år sedan
  Tim Graham 81cdcb66bc Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0. 8 år sedan
  Tim Graham ea34426ae7 Fixed flake8 2.6 warnings. 8 år sedan