| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | 2022-02-07 | 1 | -2/+4 |
| | | |||||
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -18/+27 |
| | | |||||
| * | Fixed #30567 -- Made WSGIHandler pass FileResponse.block_size to ↵ | Piotr Domanski | 2019-07-26 | 1 | -1/+4 |
| | | | | | wsgi.file_wrapper. | ||||
| * | Updated test URL patterns to use path() and re_path(). | Tim Graham | 2018-12-31 | 1 | -3/+3 |
| | | |||||
| * | Made reused RequestFactory instances class attributes. | Simon Charette | 2018-11-27 | 1 | -2/+3 |
| | | |||||
| * | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | 2017-01-19 | 1 | -1/+1 |
| | | |||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Fixed E305 flake8 warnings. | Ramin Farajpour Cami | 2016-11-14 | 1 | -0/+1 |
| | | |||||
| * | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za | 2016-11-10 | 1 | -3/+2 |
| | | |||||
| * | Improved test assertion in wsgi tests | Claude Paroz | 2016-06-28 | 1 | -1/+1 |
| | | | | | Thanks Berker Peksag for the suggestion. | ||||
| * | Fixed #5897 -- Added the Content-Length response header in CommonMiddleware | Claude Paroz | 2016-06-27 | 1 | -5/+6 |
| | | | | | Thanks Tim Graham for the review. | ||||
| * | Fixed E128 flake8 warnings in tests/. | Tim Graham | 2016-04-08 | 1 | -14/+7 |
| | | |||||
| * | Made @override_settings(ROOT_URLCONF=...) consistent. | Tim Graham | 2016-02-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed #25331 -- Removed trailing blank lines in docstrings. | Maxime Lorant | 2015-08-31 | 1 | -3/+0 |
| | | |||||
| * | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -1/+1 |
| | | |||||
| * | Fixed #24072 -- Added FileResponse for streaming binary files. | Collin Anderson | 2015-01-05 | 2 | -1/+24 |
| | | |||||
| * | Fixed #23620 -- Used more specific assertions in the Django test suite. | Berker Peksag | 2014-11-03 | 1 | -2/+2 |
| | | |||||
| * | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | 2014-04-06 | 1 | -1/+1 |
| | | |||||
| * | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | 2014-04-03 | 1 | -5/+4 |
| | | | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | ||||
| * | Fixed #21674 -- Deprecated the import_by_path() function in favor of ↵ | Berker Peksag | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | import_string(). Thanks Aymeric Augustin for the suggestion and review. | ||||
| * | Imported override_settings from its new location. | Aymeric Augustin | 2013-12-23 | 1 | -2/+1 |
| | | |||||
| * | Removed superfluous models.py files. | Aymeric Augustin | 2013-12-17 | 1 | -0/+0 |
| | | | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. | ||||
| * | Fixed E125 pep8 warnings | Christopher Medrela | 2013-11-28 | 1 | -4/+4 |
| | | |||||
| * | Fixing E302 Errors | Jason Myers | 2013-11-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com> | ||||
| * | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | 2013-10-23 | 1 | -0/+1 |
| | | |||||
| * | Fixed #21287 -- Fixed E123 pep8 warnings | Alasdair Nicol | 2013-10-18 | 2 | -2/+2 |
| | | |||||
| * | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol | 2013-10-18 | 1 | -3/+0 |
| | | |||||
| * | Fixed a few more imports of django.utils.unittest. | Aymeric Augustin | 2013-07-01 | 1 | -1/+3 |
| | | | | | One import per line please! Refs #20680. | ||||
| * | Implemented persistent database connections. | Aymeric Augustin | 2013-02-28 | 1 | -0/+8 |
| | | | | | Thanks Anssi Kääriäinen and Karen Tracey for their inputs. | ||||
| * | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | 2013-02-26 | 1 | -6/+6 |
| | | |||||
| * | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 5 | -0/+111 |
