summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_extends.py
AgeCommit message (Expand)Author
2020-11-21Refs #15053 -- Clarified debug message when skipping templates to avoid recur...Daniel Hahler
2017-06-13Fixed #28071 -- Fixed {% extends %} origin history.John D'Ambrosio
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-04-28Fixed template_tests failure on Windows.Tim Graham
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons