Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_response.py
Commit message (Expand)AuthorAgeFilesLines
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-13/+2
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-241-6/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-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 ...Aymeric Augustin2015-02-031-0/+20
* Accounted for multiple template engines in template respo...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...Aymeric Augustin2014-12-281-3/+7
* Converted recently refactored templates tests to SimpleTe...Ramiro Morales2014-12-041-5/+5
* Fixed #23789 -- TemplateResponse handles context differen...Luke 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 ver...Alex Gaynor2014-03-301-1/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixing E302 ErrorsJason Myers2013-11-031-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...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-281-1/+1
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+352