summaryrefslogtreecommitdiff
path: root/django/contrib/humanize/templatetags
AgeCommit message (Expand)Author
2026-03-06Refs #28877 -- Added special ordinal context when humanizing value 1.Julien Palard
2025-07-23Refs #36500 -- Corrected rewrapped long lines fixed via a script.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-05-14Fixed #35852 -- Fixed intcomma locale-aware formatting of string number repre...Timothy McCurrach
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-02-14Fixed #36102 -- Moved i18n comments directly above the translatable string.Julien Palard
2024-05-27Fixed #35443 -- Changed ordinal to return negative numbers unchanged.Simon Törnqvist
2024-02-08Fixed #35172 -- Fixed intcomma for string floats.Mariusz Felisiak
2024-02-06Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter.Adam Johnson
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-02-08Fixed typo in django/contrib/humanize/templatetags/humanize.py comment.dr-rompecabezas
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2020-06-01Made intword/intcomma template filters independent of USE_L10N.Claude Paroz
2020-03-16Fixed #31363 -- Added support for negative integers to intword template filter.jay20162016
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2018-11-09Fixed #29931 -- Removed unused ValueError handling in naturalday template tag.Hasan Ramezani
2018-06-08Refactored naturaltime to use a class-based formatterClaude Paroz
2018-05-10Fixed #21408 — German Translation for “3 days ago”Maximilian Merz
2018-05-09Replaced context by comment in 2 humanize strings.Claude Paroz
2017-12-06Fixed #28877 -- Made ordinal template filter results more localizable.Tzu-ping Chung
2017-10-02Refs #23919 -- Removed unneeded float()/int() calls.Mariusz Felisiak
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-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2013-11-15Fixed #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-09-06fixes #19988, allow html in ordinal for humanizeGarry Polley
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-02-23Fixed #19282 -- Restored ability to pass Decimals to intcomma filterHernan Lozano
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-19Fixed #18504 -- Computed |naturalday in local time.Aymeric Augustin
2012-07-19Fixed #18608 -- Reduced monkey-patching in tests.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
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-29Used the decorator syntax consistently to register template filters.Aymeric Augustin
2011-09-24Fixed a regression introduced in r16897. Thanks to Julien for the eagle eyes ...Jannis Leidel
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel
2011-09-09Switch to using explicit new-style division behavior, rather than relying on ...Alex Gaynor
2011-09-08Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...Jannis Leidel
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-07Fixed #15981 -- Use ungettext instead of manually checking for plurals. Thank...Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel