summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2022-04-11[4.0.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...Manel Clos
2022-02-08[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03[4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01[4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-01-04[4.0.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak
2021-08-25Refs #32919 -- Simplified Lexer.create_token() by reorganizing blocks.Chris Jerdonek
2021-08-25Refs #32919 -- Added assertion for token start in Lexer.create_token().Chris Jerdonek
2021-08-19Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...Matt Westcott
2021-08-09Fixed #33002 -- Made DebugLexer.tokenize() more closely parallel Lexer.tokeni...Chris Jerdonek
2021-08-09Refs #33002 -- Renamed variable from bit to token_string in Lexer.tokenize().Chris Jerdonek
2021-08-09Refs #33002 -- Optimized Lexer.tokenize() by skipping computing lineno when n...Chris Jerdonek
2021-08-09Fixed #32990 -- Simplified and optimized tag regex.Greg Twohig
2021-08-05Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...Chris Jerdonek
2021-08-05Fixed #32986 -- Removed unneeded str.find() call in Lexer.create_token().Chris Jerdonek
2021-08-02Fixed #32919 -- Optimized lexing & parsing of templates.Keryn Knight
2021-07-02Fixed #28935 -- Fixed display of errors in extended blocks.cammil
2021-06-11Fixed #32824 -- Improved performance of NodeList.render().Keryn Knight
2021-06-10Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette
2021-06-07Fixed #32814 -- Improved performance of TextNode.Keryn Knight
2021-06-01Refs #24121 -- Added __repr__() to Engineabhiabhi94
2021-05-26Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template...Hasan Ramezani
2021-03-17Refs #24121 -- Added __repr__() to Origin and Template.Tiago Honorato
2021-03-02Refs #24121 -- Added __repr__() to URLNode.Rohith PR
2021-02-26Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.David Smith
2021-01-27Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...Hasan Ramezani
2021-01-14Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak
2020-12-28Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...Jacob Walls
2020-11-21Refs #15053 -- Clarified debug message when skipping templates to avoid recur...Daniel Hahler
2020-11-05Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes
2020-11-05Refs #25791 -- Added get_dirs() method to cached template loader.Tom Forbes
2020-10-13Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-03-17Fixed #31172 -- Added note to translators for yesno filter.Hasan Ramezani
2020-02-18Fixed #20995 -- Added support for iterables of template names to {% include %...Keshav Kumar
2020-01-02Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...Patrick Seebauer
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-10Used Signature API instead of deprecated inspect.getcallargs().Baptiste Mispelon
2019-12-10Used full module import for inspect in template/base.py.Baptiste Mispelon
2019-11-27Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.Hasan Ramezani
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-10-31Fixed #30761 -- Prevented floatformat filter from returning a negative zero.Sky
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-10-09Improved performance of django.template.base.Parser.Alex Gaynor