<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/compilemessages.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-01-23T10:37:48Z</updated>
<entry>
<title>[5.2.x] Fixed #36010 -- Avoided touching mo files while checking writability.</title>
<updated>2025-01-23T10:37:48Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2024-12-20T22:26:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=72c0359dda80df22d0e922874ad0377e20f90be7'/>
<id>urn:sha1:72c0359dda80df22d0e922874ad0377e20f90be7</id>
<content type='text'>
Backport of 2c47207b3c8412d16e61e388f176b47b41b40794 from main.
</content>
</entry>
<entry>
<title>Dropped safeguards against very old versions of gettext.</title>
<updated>2024-08-30T11:39:04Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2024-08-27T19:31:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c1f27d0d0346889e3af3b1be03e39e7117b1165'/>
<id>urn:sha1:2c1f27d0d0346889e3af3b1be03e39e7117b1165</id>
<content type='text'>
gettext 0.19 was released in 2014.
</content>
</entry>
<entry>
<title>Fixed #34952 -- Copied dir list when processing locale folders to avoid missing entries during os.walk traversal.</title>
<updated>2023-11-13T17:03:48Z</updated>
<author>
<name>Andrew Cordery</name>
<email>cordery@gmail.com</email>
</author>
<published>2023-11-07T11:32:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad41f1c53aa9f2c938df32e4386d8a80138923fc'/>
<id>urn:sha1:ad41f1c53aa9f2c938df32e4386d8a80138923fc</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</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>
<entry>
<title>Fixed #32355 -- Dropped support for Python 3.6 and 3.7</title>
<updated>2021-02-10T09:20:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-19T07:35:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec0ff406311de88f4e2a135d784363424fe602aa'/>
<id>urn:sha1:ec0ff406311de88f4e2a135d784363424fe602aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31692 -- Fixed compilemessages crash on Windows with Python &lt; 3.8.</title>
<updated>2020-06-23T09:14:27Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-23T09:14:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=02ea98bc2ff972f7705bfffb24843494086d011f'/>
<id>urn:sha1:02ea98bc2ff972f7705bfffb24843494086d011f</id>
<content type='text'>
Regression in ed0a040773f5bad187170ab4e3b094fe3108d702.
See https://bugs.python.org/issue31961</content>
</entry>
<entry>
<title>Fixed #31692 -- Prevented unneeded .po file compilation.</title>
<updated>2020-06-22T06:44:16Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-06-19T08:26:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e62d55a4fe6555d18eebda638de402447618b500'/>
<id>urn:sha1:e62d55a4fe6555d18eebda638de402447618b500</id>
<content type='text'>
Thanks Nick Pope and Simon Charette for the reviews.
</content>
</entry>
<entry>
<title>Refs #31692 -- Updated compilemessages and tests to use pathlib.</title>
<updated>2020-06-22T06:33:00Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-06-19T08:25:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed0a040773f5bad187170ab4e3b094fe3108d702'/>
<id>urn:sha1:ed0a040773f5bad187170ab4e3b094fe3108d702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.</title>
<updated>2020-05-21T10:34:54Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-05-13T22:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c60524c658f197f645b638f9bcc553103bfe2630'/>
<id>urn:sha1:c60524c658f197f645b638f9bcc553103bfe2630</id>
<content type='text'>
</content>
</entry>
</feed>
