<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/humanize_tests/tests.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<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/django.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/django.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/django.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/django.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/django.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/django.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/django.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/django.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>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
</feed>
