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