<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/humanize_tests, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-03-06T12:02:20Z</updated>
<entry>
<title>Refs #28877 -- Added special ordinal context when humanizing value 1.</title>
<updated>2026-03-06T12:02:20Z</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2025-01-15T12:18:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9adc205b6d0269a81ce93a7e6d6b0f375f6bd526'/>
<id>urn:sha1:9adc205b6d0269a81ce93a7e6d6b0f375f6bd526</id>
<content type='text'>
Some languages use a different ordinal suffix for the number 1 than
for other values ending in 1 (e.g. 21, 31). Added a dedicated
pgettext context "ordinal is 1" to allow translators to handle
this distinction.

For example, in French, 1 is written as "1er" while 21, 31, etc. use
"21e", "31e", etc.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36715 -- Handled non-finite Decimals in intcomma filter.</title>
<updated>2025-11-10T19:45:48Z</updated>
<author>
<name>Kasyap Pentamaraju</name>
<email>vpentamaraju@webmd.net</email>
</author>
<published>2025-11-07T05:01:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fffa64abc3870989d62659453cb302857c539956'/>
<id>urn:sha1:fffa64abc3870989d62659453cb302857c539956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #35852 -- Fixed intcomma locale-aware formatting of string number representations.</title>
<updated>2025-05-14T14:04:04Z</updated>
<author>
<name>Timothy McCurrach</name>
<email>tim.mccurrach@gmail.com</email>
</author>
<published>2025-04-26T11:28:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=24693a144f5c4cc77e1046e32594ab8dc33776f1'/>
<id>urn:sha1:24693a144f5c4cc77e1046e32594ab8dc33776f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.</title>
<updated>2025-02-18T07:35:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-02-18T07:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=efb7f9ced2dcf71294353596a265e3fd67faffeb'/>
<id>urn:sha1:efb7f9ced2dcf71294353596a265e3fd67faffeb</id>
<content type='text'>
datetime.UTC was added in Python 3.11.</content>
</entry>
<entry>
<title>Fixed #35443 -- Changed ordinal to return negative numbers unchanged.</title>
<updated>2024-05-27T08:54:25Z</updated>
<author>
<name>Simon Törnqvist</name>
<email>simon.tornqvist@liu.se</email>
</author>
<published>2024-05-16T08:09:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d3a7ed5bcc45000a6c3dd55d85a4caaa83299f83'/>
<id>urn:sha1:d3a7ed5bcc45000a6c3dd55d85a4caaa83299f83</id>
<content type='text'>
Previously, `-1` was converted to `"-1th"`. This has been updated to
return negative numbers "as is", so that for example `-1` is
converted to `"-1"`. This is now explicit in the docs.

Co-authored-by: Martin Jonson &lt;artin.onson@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #35172 -- Fixed intcomma for string floats.</title>
<updated>2024-02-08T09:58:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-02-08T09:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2f14c2cedc9c92373471c1f98a80c81ba299584a'/>
<id>urn:sha1:2f14c2cedc9c92373471c1f98a80c81ba299584a</id>
<content type='text'>
Thanks Warwick Brown for the report.

Regression in 55519d6cf8998fe4c8f5c8abffc2b10a7c3d14e9.</content>
</entry>
<entry>
<title>Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter.</title>
<updated>2024-02-06T12:07:31Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-01-22T13:21:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=55519d6cf8998fe4c8f5c8abffc2b10a7c3d14e9'/>
<id>urn:sha1:55519d6cf8998fe4c8f5c8abffc2b10a7c3d14e9</id>
<content type='text'>
Thanks Seokchan Yoon for the report.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Shai Berger &lt;shai@platonix.com&gt;
</content>
</entry>
<entry>
<title>Fixed #33879 -- Improved timesince handling of long intervals.</title>
<updated>2023-01-04T10:14:06Z</updated>
<author>
<name>GianpaoloBranca</name>
<email>gianpaolo@protonmail.com</email>
</author>
<published>2023-01-04T10:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8d67e16493c903adc9d049141028bc0fff43f8c8'/>
<id>urn:sha1:8d67e16493c903adc9d049141028bc0fff43f8c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32365 -- Removed internal uses of utils.timezone.utc alias.</title>
<updated>2022-03-24T05:29:50Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-03-23T11:15:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bb61f0186d5c490caa44f3e3672d81e14414d33c'/>
<id>urn:sha1:bb61f0186d5c490caa44f3e3672d81e14414d33c</id>
<content type='text'>
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
</content>
</entry>
</feed>
