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
/
django
/
template
/
loader_tags.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-24
Fixed #36271 -- Raised TemplateSyntaxError when using a relative template pat...
YogyaChugh
2024-12-06
Fixed #35493 -- Allowed template self-inclusion with relative paths.
Gabriel Nick Pivovarov
2023-05-18
Avoided parallel assignment in template classes.
Adam Johnson
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
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-12-08
Refs #32290 -- Optimized construct_relative_path() by delay computing has_quo...
Keryn Knight
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
2021-01-27
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...
Hasan Ramezani
2020-02-18
Fixed #20995 -- Added support for iterables of template names to {% include %...
Keshav Kumar
2017-09-25
Merged startswith() calls.
Mariusz Felisiak
2017-09-22
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Tim Graham
2017-06-13
Fixed #28071 -- Fixed {% extends %} origin history.
John D'Ambrosio
2017-04-03
Fixed #27974 -- Kept resolved templates constant during one rendering cycle.
kapil garg
2017-03-25
Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Tim Graham
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-02-04
Refs #27546 -- Removed hardcoded class names in __repr__() methods.
Mads Jensen
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-17
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2016-09-08
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2016-05-07
Fixed #26402 -- Added relative path support in include/extends template tags.
Vitaly Bogomolov
2015-10-24
Renamed deprecated logger.warn to warning
Claude Paroz
2015-09-21
Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...
Nick Johnson
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-06
Fixed #23516 -- Added caching of include tag Template objects
Matthew Somerville
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-04-22
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-14
Fixed #24338 -- Accepted Template wrapper in {% extends %}.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-28
Removed some uses of global APIs from django.template.loader.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Encapsulated TEMPLATE_DEBUG in Engine.
Aymeric Augustin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-07-24
Fixed #21707 -- Added helpful error message when using {{ block.super }} in b...
Anubhav Joshi
2014-02-08
Allowed more easily subclassing of BlockNode tags.
Mitar
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-30
Improved {% include %} implementation
Curtis Maloney
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
[next]