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_custom.py
Age
Commit message (
Expand
)
Author
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-09-18
Refs #25422 -- Added a test for a template tag with type annotations.
Thomas Orozco
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-29
Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.
Luke Plant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-04-20
Updated template tests to create their own engine.
Preston Timmons
2015-04-01
Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
Preston Timmons
2015-02-24
Moved TemplateTagLoading cases into test_custom.
Preston Timmons
2015-02-04
Cleaned up formatting in template_tests.test_custom.
Preston Timmons
2015-02-03
Fixed #18651 -- Enabled optional assignments for simple_tag().
Preston Timmons
2015-01-09
Fixed #24094 -- Enabled template tests to run individually.
Preston Timmons
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified template_tests for unittest2 discovery.
Preston Timmons