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
/
templates
Age
Commit message (
Expand
)
Author
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2024-12-06
Fixed #35493 -- Allowed template self-inclusion with relative paths.
Gabriel Nick Pivovarov
2024-11-28
Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().
Klaas van Schelven
2021-07-02
Fixed #28935 -- Fixed display of errors in extended blocks.
cammil
2017-03-25
Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Tim Graham
2017-02-11
Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2016-12-20
Fixed #27584 -- Fixed display of render time template errors.
Preston Timmons
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-04-01
Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
Preston Timmons
2015-02-24
Cleaned up template loader tests.
Preston Timmons
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-02-22
Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...
Baptiste Mispelon
2013-11-22
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo Martín
2013-08-30
Improved {% include %} implementation
Curtis Maloney
2013-06-01
Fixed #18169 -- NoReverseMatch not silenced if from block.super
Anssi Kääriäinen
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner