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