summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_extends.py
AgeCommit message (Expand)Author
2024-10-10Fixed #35789 -- Improved the error message raised when the tag must be first ...ekinertac
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
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