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
2015-03-19
[1.8.x] Fixed typo in escape_filter() docstring.
Jon Walsh
2015-03-09
[1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape t...
Erik Romijn
2015-02-09
[1.8.x] 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
2012-10-06
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
Ramiro Morales
2012-08-18
Fixed bug in 212b982 -- Removed duplicate code in removetags
Marc Tamlyn
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-15
[py3] Fixed slugify filter
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-18
Fixed #18645 -- Clarified filesizeformat implementation
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-07
Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...
Claude Paroz
2012-01-15
Made dictsort and dictsort reversed template filters fail silently
Ramiro Morales
2012-01-03
Fixed #17496 -- Regression in the floatformat template filter, introduced by ...
Aymeric Augustin
2011-12-30
Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...
Aymeric Augustin
2011-12-17
Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolsky
Adrian Holovaty
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-29
Made the defaultfilters tests run on the actual filters, not on functions imp...
Aymeric Augustin
2011-10-29
Used the decorator syntax consistently to register template filters.
Aymeric Augustin
2011-10-29
Used the decorator syntax consistently for stringfilter. Fixed linebreaks tha...
Aymeric Augustin
2011-09-18
Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...
Julien Phalip
2011-09-10
Kill some more dead code.
Alex Gaynor
[next]