summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_extends.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-7/+22
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-68/+91
* Refs #15053 -- Clarified debug message when skipping templates to avoid recur...Daniel Hahler2020-11-211-1/+6
* Fixed #28071 -- Fixed {% extends %} origin history.John D'Ambrosio2017-06-131-0/+21
* Refs #15053 -- Removed support for non-recursive template loading.Tim Graham2017-01-171-65/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-7/+10
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed template_tests failure on Windows.Tim Graham2015-04-281-2/+4
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-0/+178