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
/
test_extends.py
Age
Commit message (
Collapse
)
Author
2024-10-10
Fixed #35789 -- Improved the error message raised when the tag must be first ↵
ekinertac
in the template.
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-21
Refs #15053 -- Clarified debug message when skipping templates to avoid ↵
Daniel Hahler
recursion.
2017-06-13
Fixed #28071 -- Fixed {% extends %} origin history.
John D'Ambrosio
2017-01-17
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
Per deprecation timeline.
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
2015-04-28
Fixed template_tests failure on Windows.
Tim Graham
2015-04-22
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons