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
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
2014-08-26
Added exception name in debug error message
Claude Paroz
2014-08-14
Fixed #23260: Added generator support to defaultfilters.unordered_list.
Jaap Roes
2014-08-11
Fixed #23261 -- Deprecated old style list support for unordered_list filter.
Jaap Roes
2014-06-10
Fixed #22798 -- `pluralize()` now adds plural_suffix for any `1 < d < 2`
Moayad Mardini
2014-06-05
Fixed #18400 -- Modified length template filter to return 0 for unknown varia...
Susan Tan
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-22
Fixed #22294 -- Prevented converting length filter output to string
Claude Paroz
2014-03-21
Removed fix_ampersands template filter per deprecation timeline.
Tim Graham
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2013-12-10
Moved imports to the top of the defaultfilters module.
Aymeric Augustin
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-21
Fixed E227 pep8 warnings
Tim Graham
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenstròˆm
2013-04-01
Updated some 'Dive Into Python' links
Claude Paroz
2012-12-29
Removed support is_safe and needs_autoescape as function attributes.
Aymeric Augustin
2012-11-27
Fixed #19370 -- Made date filter properly handle midnight value
Danilo Bargen
[prev]
[next]