summaryrefslogtreecommitdiff
path: root/django/template/defaultfilters.py
AgeCommit message (Expand)Author
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-09Removed unneded str() calls prior to mark_safe(); simplified mark_safe().Sergey Fedoseev
2018-05-26Fixed #29432 -- Allowed passing an integer to the slice template filter.ryabtsev
2018-02-23Fixed #29154 -- Corrected examples in pluralize docstring and added tests.Hasan Ramezani
2018-02-07Fixed #17419 -- Added json_tag template filter.Jonas Haag
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-12-19Simplified and improved performance of floatformat filter.Mariusz Felisiak
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-10-20Fixed #28662 -- Silenced join template filter error if arg isn't iterable.Mads Jensen
2017-10-18Fixed #28711 -- Fixed unordered_list template filter with lazy translations.Jonas Haag
2017-09-30Removed always True if check in stringfilter decorator.Mads Jensen
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-08-22Refs #28502 -- Complemented stringformat tuple handling/test.Claude Paroz
2017-08-21Fixed #28502 -- Made stringformat template filter accept tuplesSrinivas Reddy Thatiparthy
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-02-07Refs #27795 -- Removed force_text from the template layerClaude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-23Assumed iri_to_uri always returns a stringClaude Paroz
2017-01-21Refs #5748 -- Removed obsolete Python/Windows workarounds in floatformat filter.Tim Graham
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