summaryrefslogtreecommitdiff
path: root/django/utils/feedgenerator.py
AgeCommit message (Expand)Author
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-02-06Fixed #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-14Update links to diveintomark.org.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-02-10Fixed #15237 (again). RSS feeds now include proper character encoding in the ...Paul McMillan
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-23Fixed #14202 -- made the atom:link element optional in feeds.Aymeric Augustin
2011-09-09Switch to using explicit new-style division behavior, rather than relying on ...Alex Gaynor
2011-09-09Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...Jannis Leidel
2011-03-28Simplified django.utils.feedgenerator.get_tag_uri now that we don't require P...Adrian Holovaty
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-02-12Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.Jannis Leidel
2010-12-29Fixed #10447 -- Made sure the syndication feeds helper function that returns ...Ramiro Morales
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-05-08Fixed #3469 -- added django.utils documentation for stable bitsBrian Rosner
2010-02-14Fixed a couple Python 2.4 incompatibilities.Jacob Kaplan-Moss
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2008-08-15Fixed #8219 -- More robust date to string conversion in syndication feeds.Malcolm Tredinnick
2008-08-12Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ...Jacob Kaplan-Moss
2008-08-11Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss
2008-08-05Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss
2008-02-03Fixed #6303 -- Handle missing language specification in feed generation. Tha...Malcolm Tredinnick
2007-10-20Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch fromMalcolm Tredinnick
2007-09-15Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...Russell Keith-Magee
2007-09-14Fixed number #4076: django.utils.feedgenerator now corectly handles times wit...Jacob Kaplan-Moss
2007-07-10Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-26Fixed #4323 -- Added the ability to display author names without emailMalcolm Tredinnick
2007-04-09Fixed #3958 -- Added lastBuildDate element to RSS feeds. Thanks,Malcolm Tredinnick
2007-02-10Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-05-30Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Ba...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-14Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty
2005-11-14Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty
2005-11-14Fixed #784 -- Atom feeds now use RFC3339 datetime formatAdrian Holovaty
2005-11-14Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakesAdrian Holovaty
2005-11-12Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t...Adrian Holovaty
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-09-14Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, e...Adrian Holovaty
2005-09-11Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.comAdrian Holovaty