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
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
2019-05-07
Removed unnecessary line in DebugLexer.tokenize().
sanchjat
2019-05-03
Fixed #20122 -- Made pluralize template filter return '' on invalid input.
Tobias Kunze
2019-05-03
Refs #20122 -- Corrected documentation of pluralize template filter.
Tobias Kunze
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-03-25
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
Nathan Gaberel
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-18
Removed template_cache attribute from cached template loader.
Tom Forbes
2019-01-18
Fixed #30107 -- Removed unused dirs variable from cache template loader keys.
Tim Graham
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-08-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-31
Fixed #29617 -- Fixed Template crash if template_string is lazy.
Dražen Odobašić
2018-07-11
Simplified BaseContext.__iter__().
Sergey Fedoseev
2018-07-09
Removed unneded str() calls prior to mark_safe(); simplified mark_safe().
Sergey Fedoseev
2018-05-26
Fixed #29432 -- Allowed passing an integer to the slice template filter.
ryabtsev
2018-05-25
Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...
Ryan Rubin
[next]