summaryrefslogtreecommitdiff
path: root/tests/wsgi
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-18/+27
* Fixed #30567 -- Made WSGIHandler pass FileResponse.block_size to wsgi.file_wr...Piotr Domanski2019-07-261-1/+4
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-3/+3
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-2/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+2
* Improved test assertion in wsgi testsClaude Paroz2016-06-281-1/+1
* Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz2016-06-271-5/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-14/+7
* Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham2016-02-081-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson2015-01-052-1/+24
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-5/+4
* Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag2014-02-081-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-4/+4
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-182-2/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-3/+0
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-1/+3
* Implemented persistent database connections.Aymeric Augustin2013-02-281-0/+8
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+111