index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
humanize_tests
Age
Commit message (
Expand
)
Author
2026-03-06
Refs #28877 -- Added special ordinal context when humanizing value 1.
Julien Palard
2025-11-10
Fixed #36715 -- Handled non-finite Decimals in intcomma filter.
Kasyap Pentamaraju
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
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
2023-01-04
Fixed #33879 -- Improved timesince handling of long intervals.
GianpaoloBranca
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
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
2022-01-07
Refs #28628 -- Added tests for intcomma with non-ASCII digits.
Ad Timmering
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2020-03-16
Fixed #31363 -- Added support for negative integers to intword template filter.
jay20162016
2019-06-10
Refs #27804 -- Used subTest() in filesizeformat tests and HumanizeTests.
Jon Dufresne
2018-11-10
Completed test coverage of contrib.humanize.templatetags.humanize.
Hasan Ramezani
2018-09-29
Refs #21408 -- Updated naturaltime translation test.
Claude Paroz
2018-05-10
Fixed #21408 — German Translation for “3 days ago”
Maximilian Merz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-06-06
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-11
Moved contrib.humanize tests out of contrib.
Tim Graham