summaryrefslogtreecommitdiff
path: root/django/template/backends
AgeCommit message (Expand)Author
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-06Fixed #34220 -- Moved csrf_input_lazy, csrf_token_lazy imports to the toplevel.rajdesai24
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2021-10-20Refs #32987 -- Refactored out get_template_tag_modules().Daniel Fairhead
2021-09-27Used Path.read_text() in jinja2.get_exception_info().Mariusz Felisiak
2020-12-28Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...Jacob Walls
2019-11-27Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.Hasan Ramezani
2019-09-10Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.Mariusz Felisiak
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-12-07Fixed #28906 -- Removed unnecessary bool() calls.Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-08-07Removed unnecessary else clause in TemplateStrings.get_template().Srinivas Reddy Thatiparthy
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-25Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-03-16Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill
2016-01-05Replaced dict.setdefault() usage to avoid unnecessary object instantiations.Benjamin Bach
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
2015-09-23Removed support for passing a context to a generic Template.render().Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-04-01Fixed #24538 -- Allowed self in Jinja contextTim Heap
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-10Split DTL context creation into its own function.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin
2015-01-06Made context take priority over context processors.Aymeric Augustin
2014-12-28Supported multiple template engines in get_template and select_template.Aymeric Augustin
2014-12-28Added Django template backend.Aymeric Augustin
2014-12-28Added jinja2 template backend.Aymeric Augustin
2014-12-28Added dummy template backend.Aymeric Augustin
2014-12-28Imported BaseEngine from the DEP.Aymeric Augustin