<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/feedgenerator.py, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-03-24T05:29:50Z</updated>
<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>
<entry>
<title>Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.</title>
<updated>2021-07-29T04:24:12Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-07-23T06:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1024b5e74a7166313ad4e4975a15e90dccd3ec5f'/>
<id>urn:sha1:1024b5e74a7166313ad4e4975a15e90dccd3ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.</title>
<updated>2021-05-27T19:05:28Z</updated>
<author>
<name>Mohammadreza Varasteh</name>
<email>varastehmr@gmail.com</email>
</author>
<published>2021-05-26T17:21:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e93eb3d9714be0b489891f4d2da41bb4df4978a5'/>
<id>urn:sha1:e93eb3d9714be0b489891f4d2da41bb4df4978a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32366 -- Updated datetime module usage to recommended approach.</title>
<updated>2021-05-12T09:08:41Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-05-07T09:42:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d06c5b358149c02a62da8a5469264d05f29ac659'/>
<id>urn:sha1:d06c5b358149c02a62da8a5469264d05f29ac659</id>
<content type='text'>
- Replaced datetime.utcnow() with datetime.now().
- Replaced datetime.utcfromtimestamp() with datetime.fromtimestamp().
- Replaced datetime.utctimetuple() with datetime.timetuple().
- Replaced calendar.timegm() and datetime.utctimetuple() with datetime.timestamp().
</content>
</entry>
<entry>
<title>Used 4 space hanging indent for dictionaries.</title>
<updated>2019-01-02T23:18:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-01-02T23:18:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0004daa536890fdb389c895baaa21bea6a1f7073'/>
<id>urn:sha1:0004daa536890fdb389c895baaa21bea6a1f7073</id>
<content type='text'>
Thanks Mariusz Felisiak for auditing.</content>
</entry>
<entry>
<title>Refs #29784 -- Switched to https:// links where available.</title>
<updated>2018-09-26T06:48:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-26T06:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82f286cf6f198d37850d3c5df637b5665566a66b'/>
<id>urn:sha1:82f286cf6f198d37850d3c5df637b5665566a66b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29600 -- Removed datetime_safe usage in feedgenerator.</title>
<updated>2018-07-26T20:49:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-07-26T20:49:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ac7cd52b466e5090c0479de02c4765b4c483fa3'/>
<id>urn:sha1:2ac7cd52b466e5090c0479de02c4765b4c483fa3</id>
<content type='text'>
The only effect would be if items in Atom feeds had a published date
year of &lt; 1000 (ensuring those years are padded with leading zeros).</content>
</entry>
<entry>
<title>Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for better performance."</title>
<updated>2018-06-28T15:14:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-06-28T13:26:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ec151e35da93047acfeea1b79c27010f2cb8594'/>
<id>urn:sha1:2ec151e35da93047acfeea1b79c27010f2cb8594</id>
<content type='text'>
This reverts commit 27ca5ce19f5f184018a61611c1bc319113b1d107 due to a
regression.
</content>
</entry>
</feed>
