<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/formats.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-01-17T10:49:15Z</updated>
<entry>
<title>Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T13:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d98f99a4ab5de6f2c730399f53eba8bf6bea470'/>
<id>urn:sha1:8d98f99a4ab5de6f2c730399f53eba8bf6bea470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified django.utils.formats.date_format()/time_format() calls.</title>
<updated>2023-01-04T10:47:14Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-10-12T12:23:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fdc5d79b6cfe7317fd6b19f4cdf2183f2d048d1'/>
<id>urn:sha1:0fdc5d79b6cfe7317fd6b19f4cdf2183f2d048d1</id>
<content type='text'>
This removes redundant get_format() calls and passing a default value
for the format argument.
</content>
</entry>
<entry>
<title>Fixed #33748 -- Fixed date template filter crash with lazy format.</title>
<updated>2022-05-31T04:09:39Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2022-05-28T09:52:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=292f372768836e2aebc713064c5139e8067eebcb'/>
<id>urn:sha1:292f372768836e2aebc713064c5139e8067eebcb</id>
<content type='text'>
Regression in 659d2421c7adbbcd205604002d521d82d6b0b465.
</content>
</entry>
<entry>
<title>Refs #32873 -- Avoided looking up settings._USE_L10N_INTERNAL twice.</title>
<updated>2022-02-22T19:26:51Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2022-02-22T19:26:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7fd2deb3e86a021b3108027d786d45657243532c'/>
<id>urn:sha1:7fd2deb3e86a021b3108027d786d45657243532c</id>
<content type='text'>
</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>Refs #32355 -- Used @functools.lru_cache as a straight decorator.</title>
<updated>2021-09-27T07:10:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-09-27T07:10:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5bac1719a2fcbee5cb8b9e22c3480e3a24ed6c4c'/>
<id>urn:sha1:5bac1719a2fcbee5cb8b9e22c3480e3a24ed6c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32873 -- Deprecated settings.USE_L10N.</title>
<updated>2021-09-14T10:05:43Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2021-09-09T05:42:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=676bd084f2509f4201561d5c77ed4ecbd157bfa0'/>
<id>urn:sha1:676bd084f2509f4201561d5c77ed4ecbd157bfa0</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.</title>
<updated>2021-07-19T09:42:20Z</updated>
<author>
<name>Keryn Knight</name>
<email>keryn@kerynknight.com</email>
</author>
<published>2021-07-18T13:06:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=59942a66ceb79868cb91844df3a72a24c63e39fa'/>
<id>urn:sha1:59942a66ceb79868cb91844df3a72a24c63e39fa</id>
<content type='text'>
Unused since 0d8b523422fda71baa10807d5aebefd34bad7962.
</content>
</entry>
<entry>
<title>Fixed #32810 -- Optimized django.utils.formats.number_format() a bit.</title>
<updated>2021-06-05T11:48:26Z</updated>
<author>
<name>Mateo Radman</name>
<email>48420316+mateoradman@users.noreply.github.com</email>
</author>
<published>2021-06-05T10:46:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6f3b5858991e9609eaefc139dc605b36f9a07b3'/>
<id>urn:sha1:d6f3b5858991e9609eaefc139dc605b36f9a07b3</id>
<content type='text'>
Pre-calculate use_l10n for get_format() calls.
</content>
</entry>
</feed>
