summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
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
2019-10-02Fixed some typos in comments and docs.Min ho Kim
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-09-10Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.Mariusz Felisiak
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-05-17Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...Batuhan Taşkaya
2019-05-07Removed unnecessary line in DebugLexer.tokenize().sanchjat
2019-05-03Fixed #20122 -- Made pluralize template filter return '' on invalid input.Tobias Kunze
2019-05-03Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-03-25Fixed #29791 -- Made Engine.render_to_string() honor autoescape.Nathan Gaberel
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-01-18Removed template_cache attribute from cached template loader.Tom Forbes
2019-01-18Fixed #30107 -- Removed unused dirs variable from cache template loader keys.Tim Graham
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-31Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
2018-07-11Simplified BaseContext.__iter__().Sergey Fedoseev
2018-07-09Removed unneded str() calls prior to mark_safe(); simplified mark_safe().Sergey Fedoseev
2018-05-26Fixed #29432 -- Allowed passing an integer to the slice template filter.ryabtsev
2018-05-25Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...Ryan Rubin