summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_response.py
Commit message (Expand)AuthorAgeFilesLines
* 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