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