index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
template_tests
/
test_response.py
Age
Commit message (
Expand
)
Author
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-11-24
Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().
Kosei Kitahara
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-09-23
Made template response APIs enforce the use of dict and backend-specific temp...
Tim Graham
2015-09-23
Removed support for passing a context to a generic Template.render().
Tim Graham
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-24
Cleaned up template directory handling in template tests.
Preston Timmons
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-12
Accounted for multiple template engines in template responses.
Aymeric Augustin
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-03
Converted recently refactored templates tests to SimpleTestCase.
Ramiro Morales
2014-11-10
Fixed #23789 -- TemplateResponse handles context differently from render
Luke Plant
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-04-12
Modified template_tests for unittest2 discovery.
Preston Timmons