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
/
defaultfilters.py
Age
Commit message (
Expand
)
Author
2024-08-06
Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat.
Sarah Boyce
2024-04-24
Fixed #35395 -- slice filter crashes on an empty dict with Python 3.12.
Tim Richardson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-18
Refs #33864 -- Removed length_is template filter per deprecation timeline.
Mariusz Felisiak
2023-05-22
Fixed #34577 -- Added escapeseq template filter.
Arthur Moreira
2023-05-19
Fixed #34578 -- Made "join" template filter respect autoescape for joiner.
rajeeshp
2023-04-26
Fixed #34518 -- Fixed crash of random() template filter with an empty list.
David Sanders
2023-02-22
Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.
Panagiotis H.M. Issaris
2023-01-19
Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...
David Wobrock
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-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-10
Simplified @stringfilter decorator and Library with unwrap().
Baptiste Mispelon
2022-01-04
Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...
Florian Apolloner
2021-11-22
Fixed #33302 -- Made element_id optional argument for json_script template fi...
Baptiste Mispelon
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-03-17
Fixed #31172 -- Added note to translators for yesno filter.
Hasan Ramezani
2019-10-31
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
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
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-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-02-23
Fixed #29154 -- Corrected examples in pluralize docstring and added tests.
Hasan Ramezani
2018-02-07
Fixed #17419 -- Added json_tag template filter.
Jonas Haag
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-19
Simplified and improved performance of floatformat filter.
Mariusz Felisiak
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-10-20
Fixed #28662 -- Silenced join template filter error if arg isn't iterable.
Mads Jensen
2017-10-18
Fixed #28711 -- Fixed unordered_list template filter with lazy translations.
Jonas Haag
2017-09-30
Removed always True if check in stringfilter decorator.
Mads Jensen
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-22
Refs #28502 -- Complemented stringformat tuple handling/test.
Claude Paroz
2017-08-21
Fixed #28502 -- Made stringformat template filter accept tuples
Srinivas Reddy Thatiparthy
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-21
Refs #5748 -- Removed obsolete Python/Windows workarounds in floatformat filter.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
[next]