<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_feedgenerator.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-11-18T22:15:30Z</updated>
<entry>
<title>Fixed #36733 -- Escaped attributes in Stylesheet.__str__().</title>
<updated>2025-11-18T22:15:30Z</updated>
<author>
<name>varunkasyap</name>
<email>varunkasyap@hotmail.com</email>
</author>
<published>2025-11-15T05:06:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e05f2a75695b5f5faa7682d4053db4776d4d6f93'/>
<id>urn:sha1:e05f2a75695b5f5faa7682d4053db4776d4d6f93</id>
<content type='text'>
Thanks Mustafa Barakat for the report, Baptiste Mispelon for
the triage, and Jake Howard for the review.
</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 #12978 -- Added support for RSS feed stylesheets.</title>
<updated>2024-06-18T15:25:43Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2024-04-26T20:10:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62300b81cf7687d176af3b40aa6101942801292d'/>
<id>urn:sha1:62300b81cf7687d176af3b40aa6101942801292d</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 -- 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>Switched TestCase to SimpleTestCase where possible in Django's tests.</title>
<updated>2018-11-27T13:58:44Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-11-26T19:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=193c109327c5216cab1d4eed6bfdff24629b09a3'/>
<id>urn:sha1:193c109327c5216cab1d4eed6bfdff24629b09a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28324 -- Made feedgenerators write feeds with deterministically ordered attributes.</title>
<updated>2017-06-20T09:38:41Z</updated>
<author>
<name>Georg Sauthoff</name>
<email>mail@georg.so</email>
</author>
<published>2017-02-10T14:29:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0f59054d0c4b2291a4e0e94ec00537f98a4ab50'/>
<id>urn:sha1:d0f59054d0c4b2291a4e0e94ec00537f98a4ab50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_item().</title>
<updated>2017-02-24T14:46:31Z</updated>
<author>
<name>Pavlo Kapyshin</name>
<email>PavloKapyshin@users.noreply.github.com</email>
</author>
<published>2017-02-24T14:46:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b6fbf3e8e56b34fdc4367d582bbcb036e4aa2972'/>
<id>urn:sha1:b6fbf3e8e56b34fdc4367d582bbcb036e4aa2972</id>
<content type='text'>
Regression in 75cf9b5ac031feb8f94271c9906157c921a14520</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.</title>
<updated>2016-11-11T02:30:21Z</updated>
<author>
<name>za</name>
<email>za@python.or.id</email>
</author>
<published>2016-10-27T07:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=321e94fa41b121f65c02119c02098df327bbd569'/>
<id>urn:sha1:321e94fa41b121f65c02119c02098df327bbd569</id>
<content type='text'>
</content>
</entry>
</feed>
