summaryrefslogtreecommitdiff
path: root/django/template/defaultfilters.py
AgeCommit message (Expand)Author
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2016-11-15Fixed #27394 -- Added scientific notation support for big integers in floatfo...Mariusz Felisiak
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-20Fixed #26281 -- Added a helpful error message for an invalid format specifier...Marko Benko
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-02-23Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev
2016-01-30Fixed #25758 -- Defaulted to current language FORMATs in date/time filtersClaude Paroz
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-11Added missing period to "etc.".pp
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-10-27Renamed filesizeformat tag's bytes variable to avoid clash with builtin.Sambhav Satija
2015-10-27Fixed #25441 -- Added support for negative filesize to filesizeformat templat...Sambhav Satija
2015-09-23Refs #23269 -- Removed the removetags template tag and related functions per ...Tim Graham
2015-09-23Refs #23261 -- Removed old style list syntax for unordered_list filterTim Graham
2015-06-27Fixed #25031 -- Fixed a regression in the unordered_list template filter.Noam
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-03-19Fixed typo in escape_filter() docstring.Jon Walsh
2015-03-09Fixed #24464 -- Made built-in HTML template filter functions escape their inp...Erik Romijn
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-30Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-08-26Added exception name in debug error messageClaude Paroz
2014-08-14Fixed #23260: Added generator support to defaultfilters.unordered_list.Jaap Roes
2014-08-11Fixed #23261 -- Deprecated old style list support for unordered_list filter.Jaap Roes
2014-06-10Fixed #22798 -- `pluralize()` now adds plural_suffix for any `1 < d < 2`Moayad Mardini
2014-06-05Fixed #18400 -- Modified length template filter to return 0 for unknown varia...Susan Tan
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-22Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz
2014-03-21Removed fix_ampersands template filter per deprecation timeline.Tim Graham
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