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
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
2016-11-15
Fixed #27394 -- Added scientific notation support for big integers in floatfo...
Mariusz Felisiak
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-04-20
Fixed #26281 -- Added a helpful error message for an invalid format specifier...
Marko Benko
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-23
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-01-30
Fixed #25758 -- Defaulted to current language FORMATs in date/time filters
Claude Paroz
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-11
Added missing period to "etc.".
pp
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-10-27
Renamed filesizeformat tag's bytes variable to avoid clash with builtin.
Sambhav Satija
2015-10-27
Fixed #25441 -- Added support for negative filesize to filesizeformat templat...
Sambhav Satija
2015-09-23
Refs #23269 -- Removed the removetags template tag and related functions per ...
Tim Graham
2015-09-23
Refs #23261 -- Removed old style list syntax for unordered_list filter
Tim Graham
2015-06-27
Fixed #25031 -- Fixed a regression in the unordered_list template filter.
Noam
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-03-19
Fixed typo in escape_filter() docstring.
Jon Walsh
2015-03-09
Fixed #24464 -- Made built-in HTML template filter functions escape their inp...
Erik Romijn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-30
Fixed #23558 -- documented slugify limitations
David Hoffman
[next]