| Age | Commit message (Expand) | Author |
| 2016-11-14 | Fixed E305 flake8 warnings. | Ramin Farajpour Cami |
| 2016-05-30 | Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. | Ketan Bhatt |
| 2016-04-08 | Fixed E128 flake8 warnings in django/. | Tim Graham |
| 2016-01-25 | Fixed #26125 -- Fixed E731 flake warnings. | userimack |
| 2015-09-19 | Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests | Unai Zalakain |
| 2015-09-18 | Fixed #13110 -- Added support for multiple enclosures in Atom feeds. | Unai Zalakain |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham |
| 2015-06-04 | Fixed #24728 -- Renamed mime_type to content_type for syndication feeds | Raphael Michel |
| 2015-05-02 | Optimized two functions slightly. | Aymeric Augustin |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham |
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham |
| 2013-11-28 | Fixed E125 pep8 warnings | Christopher Medrela |
| 2013-11-02 | Correct flake8 E302 violations | Ray Ashman Jr |
| 2013-11-02 | More attacking E302 violators | Alex Gaynor |
| 2013-11-01 | Fixed spelling ("dependant" -> "dependent") | Tim Graham |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol |
| 2013-09-22 | Removed a few trailing backslashes. | Aymeric Augustin |
| 2013-09-10 | Fixed #20841 -- Added messages to NotImplementedErrors | Gregor MacGregor |
| 2013-09-05 | Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin |
| 2013-09-02 | Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin |
| 2013-07-19 | Fixed #14656 -- Added Atom1Feed `published` element | Matt Deacalion Stevens |
| 2013-02-06 | Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item. | Simon Charette |
| 2012-08-07 | [py3] Ported django.utils.feedgenerator. | Aymeric Augustin |
| 2012-08-07 | [py3] Ported django.utils.encoding. | Aymeric Augustin |
| 2012-07-22 | [py3] Updated urllib/urllib2/urlparse imports. | Aymeric Augustin |
| 2012-07-14 | Update links to diveintomark.org. | Aymeric Augustin |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-05-05 | Replaced cStringIO.StringIO by io.BytesIO. | Claude Paroz |
| 2012-05-05 | Fixed the syntax used for the Python repl examples in docs and docstrings. | Alex Gaynor |
| 2012-05-05 | Made more extensive usage of context managers with open. | Claude Paroz |
| 2012-02-10 | Fixed #15237 (again). RSS feeds now include proper character encoding in the ... | Paul McMillan |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-10-23 | Fixed #14202 -- made the atom:link element optional in feeds. | Aymeric Augustin |
| 2011-09-09 | Switch to using explicit new-style division behavior, rather than relying on ... | Alex Gaynor |
| 2011-09-09 | Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat... | Jannis Leidel |
| 2011-03-28 | Simplified django.utils.feedgenerator.get_tag_uri now that we don't require P... | Adrian Holovaty |
| 2011-02-12 | Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and... | Jannis Leidel |
| 2011-02-12 | Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk. | Jannis Leidel |
| 2010-12-29 | Fixed #10447 -- Made sure the syndication feeds helper function that returns ... | Ramiro Morales |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-05-08 | Fixed #3469 -- added django.utils documentation for stable bits | Brian Rosner |
| 2010-02-14 | Fixed a couple Python 2.4 incompatibilities. | Jacob Kaplan-Moss |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 2008-08-15 | Fixed #8219 -- More robust date to string conversion in syndication feeds. | Malcolm Tredinnick |
| 2008-08-12 | Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ... | Jacob Kaplan-Moss |
| 2008-08-11 | Added a number of callbacks to SyndicationFeed for adding custom attributes a... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon. | Jacob Kaplan-Moss |
| 2008-02-03 | Fixed #6303 -- Handle missing language specification in feed generation. Tha... | Malcolm Tredinnick |
| 2007-10-20 | Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from | Malcolm Tredinnick |