summaryrefslogtreecommitdiff
path: root/django/template/defaultfilters.py
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2013-12-10Moved imports to the top of the defaultfilters module.Aymeric Augustin
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenstròˆm
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2012-12-29Removed support is_safe and needs_autoescape as function attributes.Aymeric Augustin
2012-11-27Fixed #19370 -- Made date filter properly handle midnight valueDanilo Bargen
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-08-18Fixed bug in 212b982 -- Removed duplicate code in removetagsMarc Tamlyn
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-15[py3] Fixed slugify filterClaude 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-18Fixed #18645 -- Clarified filesizeformat implementationAymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-07Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...Claude Paroz
2012-01-15Made dictsort and dictsort reversed template filters fail silentlyRamiro Morales
2012-01-03Fixed #17496 -- Regression in the floatformat template filter, introduced by ...Aymeric Augustin
2011-12-30Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...Aymeric Augustin
2011-12-17Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolskyAdrian Holovaty
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-29Made the defaultfilters tests run on the actual filters, not on functions imp...Aymeric Augustin
2011-10-29Used the decorator syntax consistently to register template filters.Aymeric Augustin
2011-10-29Used the decorator syntax consistently for stringfilter. Fixed linebreaks tha...Aymeric Augustin
2011-09-18Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...Julien Phalip
2011-09-10Kill some more dead code.Alex Gaynor
2011-08-22Silenced a "classic division" warning in floatformat template filter.Malcolm Tredinnick
2011-07-29Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...Jannis Leidel
2011-07-25Fixed #16510 -- Actually added new truncatechars filter to the builtins and f...Jannis Leidel
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-05-27Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ...Ramiro Morales
2011-05-27Moved a bunch of imports in the defaultfilters library out of functions. On ...Alex Gaynor
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-03Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales
2011-01-26Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up a...Alex Gaynor
2011-01-24Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales