index
:
django.git
fix-31295
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
2023-04-12
Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...
Mariusz Felisiak
2023-03-29
Fixed #34427 -- Improved error message when context processor does not return...
David Sanders
2023-02-22
Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.
Panagiotis H.M. Issaris
2023-02-08
Refs #7430 -- Removed broken Template.__iter__().
Anders Hovmöller
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-19
Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...
David Wobrock
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-06
Fixed #34220 -- Moved csrf_input_lazy, csrf_token_lazy imports to the toplevel.
rajdesai24
2022-10-24
Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat fil...
Vlastimil Zíma
2022-07-23
Fixed #33864 -- Deprecated length_is template filter.
Nick Pope
2022-06-20
Fixed #32969 -- Fixed pickling HttpResponse and subclasses.
Anv3sh
2022-05-25
Normalized imports of functools.wraps.
Aymeric Augustin
2022-05-20
Fixed #33653 -- Fixed template crash when calling methods for built-in types ...
cheng
2022-04-19
Fixed #33639 -- Enabled cached template loader in development.
Carlton Gibson
2022-04-11
Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...
Manel Clos
2022-02-16
Removed unused Node.__iter__().
Keryn Knight
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
Fixed #33473 -- Fixed detecting changes by autoreloader in .py files inside t...
Hrushikesh Vaidya
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-02
Fixed #33474 -- Added __slots__ to Variable and FilterExpression.
Keryn Knight
2022-02-01
Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
Markus Holtermann
2022-01-10
Simplified @stringfilter decorator and Library with unwrap().
Baptiste Mispelon
2022-01-07
Avoided isinstance(…, Variable) calls in FilterExpression.resolve().
Keryn Knight
2022-01-04
Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...
Florian Apolloner
2021-12-21
Optimized django.template.autoreload.get_template_directories() a bit.
Adam Johnson
2021-12-08
Refs #32290 -- Optimized construct_relative_path() by delay computing has_quo...
Keryn Knight
2021-11-22
Fixed #33302 -- Made element_id optional argument for json_script template fi...
Baptiste Mispelon
2021-10-20
Refs #32987 -- Refactored out get_template_tag_modules().
Daniel Fairhead
2021-09-27
Used Path.read_text() in jinja2.get_exception_info().
Mariusz Felisiak
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
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
[prev]
[next]