summaryrefslogtreecommitdiff
path: root/django/contrib/syndication/feeds.py
AgeCommit message (Expand)Author
2011-04-02Advanced deprecations in contrib.syndication.Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-04-07Fixed #9957: feeds now respect time zone information provided by the pub date.Jacob Kaplan-Moss
2009-04-07Fixed #9555: respect the `feed_url` feed parameter. Thanks, sedden.Jacob Kaplan-Moss
2008-08-16Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...Justin Bronn
2008-08-11Added a couple of extra syndication tests, and generally sanitized the existi...Jacob Kaplan-Moss
2008-08-05Do [8221] in a slightly more clean way.Jacob Kaplan-Moss
2008-08-05Fixed #8128: correctly handle feeds that incorrectly don't provide pubdates. ...Jacob Kaplan-Moss
2008-08-05Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-03-19Fixed #5107: swapped in RequestContext for Context in syndication feeds. Than...Jacob Kaplan-Moss
2008-03-18Added more robust processing to parameterised syndication feeds for the caseMalcolm Tredinnick
2008-01-31Fixed `add_domain` call to use domain attribute of `current_site` so the func...Gary Wilson Jr
2008-01-31Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs,...Gary Wilson Jr
2007-10-20Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch fromMalcolm Tredinnick
2007-07-12Improved syndication feed framework to use RequestSite if the sites framework...Adrian Holovaty
2007-07-10Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick
2007-07-07Changed HttpRequest.path to be a Unicode object. It has already beenMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-20Added missing piece needed for supporting subtitle in Atom feeds.Malcolm Tredinnick
2007-02-10Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick
2006-07-21Fixed #1961 -- Made feed_url dynamic in syndication frameworkAdrian Holovaty
2006-06-26Fixed #2158 -- Added title_template and description_template hooks to Feed cl...Adrian Holovaty
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-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-18Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func...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-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty