summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_response.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-129/+167
* Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick2020-10-071-0/+17
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-6/+6
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-4/+5
* Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev2019-02-091-5/+5
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-3/+1
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-33/+2
* Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().Kosei Kitahara2016-11-241-1/+2
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+2
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-171-2/+3
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-14/+43
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-1/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-10/+12
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-2/+2
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-211-1/+0
* Made template response APIs enforce the use of dict and backend-specific temp...Tim Graham2015-09-231-13/+2
* Removed support for passing a context to a generic Template.render().Tim Graham2015-09-231-6/+0
* Removed current_app argument to render() and TemplateResponse().Tim Graham2015-09-231-7/+6
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Cleaned up template directory handling in template tests.Preston Timmons2015-02-241-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-031-0/+20
* Accounted for multiple template engines in template responses.Aymeric Augustin2015-01-121-10/+12
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-5/+3
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-4/+7
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-281-3/+7
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-5/+5
* Fixed #23789 -- TemplateResponse handles context differently from renderLuke Plant2014-11-101-0/+6
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-4/+4
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-2/+3
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-23/+12
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-8/+8
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-4/+4
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed a number of minor misspellings.Julien Phalip2013-07-271-1/+1
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+352