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
Age
Commit message (
Expand
)
Author
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
2021-08-25
Refs #32919 -- Simplified Lexer.create_token() by reorganizing blocks.
Chris Jerdonek
2021-08-25
Refs #32919 -- Added assertion for token start in Lexer.create_token().
Chris Jerdonek
2021-08-19
Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...
Matt Westcott
2021-08-09
Fixed #33002 -- Made DebugLexer.tokenize() more closely parallel Lexer.tokeni...
Chris Jerdonek
2021-08-09
Refs #33002 -- Renamed variable from bit to token_string in Lexer.tokenize().
Chris Jerdonek
2021-08-09
Refs #33002 -- Optimized Lexer.tokenize() by skipping computing lineno when n...
Chris Jerdonek
2021-08-09
Fixed #32990 -- Simplified and optimized tag regex.
Greg Twohig
2021-08-05
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...
Chris Jerdonek
2021-08-05
Fixed #32986 -- Removed unneeded str.find() call in Lexer.create_token().
Chris Jerdonek
2021-08-02
Fixed #32919 -- Optimized lexing & parsing of templates.
Keryn Knight
2021-07-02
Fixed #28935 -- Fixed display of errors in extended blocks.
cammil
2021-06-11
Fixed #32824 -- Improved performance of NodeList.render().
Keryn Knight
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
2021-06-07
Fixed #32814 -- Improved performance of TextNode.
Keryn Knight
2021-06-01
Refs #24121 -- Added __repr__() to Engine
abhiabhi94
2021-05-26
Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template...
Hasan Ramezani
2021-03-17
Refs #24121 -- Added __repr__() to Origin and Template.
Tiago Honorato
2021-03-02
Refs #24121 -- Added __repr__() to URLNode.
Rohith PR
2021-02-26
Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.
David Smith
2021-01-27
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...
Hasan Ramezani
2021-01-14
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2020-12-28
Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...
Jacob Walls
2020-11-21
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-11-05
Refs #25791 -- Added get_dirs() method to cached template loader.
Tom Forbes
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
Jon Dufresne
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-03-17
Fixed #31172 -- Added note to translators for yesno filter.
Hasan Ramezani
2020-02-18
Fixed #20995 -- Added support for iterables of template names to {% include %...
Keshav Kumar
2020-01-02
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...
Patrick Seebauer
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-10
Used Signature API instead of deprecated inspect.getcallargs().
Baptiste Mispelon
2019-12-10
Used full module import for inspect in template/base.py.
Baptiste Mispelon
2019-11-27
Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.
Hasan Ramezani
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-10-31
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-09
Improved performance of django.template.base.Parser.
Alex Gaynor
2019-10-02
Fixed some typos in comments and docs.
Min ho Kim
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-05-17
Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...
Batuhan Taşkaya
[next]