index
:
chango.git
devmain
fix-31295
initial-branch
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
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