index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
syndication
Age
Commit message (
Expand
)
Author
2008-08-16
Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...
Justin Bronn
2008-08-11
Added a couple of extra syndication tests, and generally sanitized the existi...
Jacob Kaplan-Moss
2008-08-05
Do [8221] in a slightly more clean way.
Jacob Kaplan-Moss
2008-08-05
Fixed #8128: correctly handle feeds that incorrectly don't provide pubdates. ...
Jacob Kaplan-Moss
2008-08-05
Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.
Jacob Kaplan-Moss
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-03-19
Fixed #5107: swapped in RequestContext for Context in syndication feeds. Than...
Jacob Kaplan-Moss
2008-03-18
Added more robust processing to parameterised syndication feeds for the case
Malcolm Tredinnick
2008-01-31
Fixed `add_domain` call to use domain attribute of `current_site` so the func...
Gary Wilson Jr
2008-01-31
Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs,...
Gary Wilson Jr
2007-10-20
Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from
Malcolm Tredinnick
2007-07-12
Improved syndication feed framework to use RequestSite if the sites framework...
Adrian Holovaty
2007-07-10
Fixed #3760 -- Added the ability to manually set feed- and item-level id
Malcolm Tredinnick
2007-07-07
Changed HttpRequest.path to be a Unicode object. It has already been
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-20
Added missing piece needed for supporting subtitle in Atom feeds.
Malcolm Tredinnick
2007-02-10
Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch
Malcolm Tredinnick
2006-07-21
Fixed #1961 -- Made feed_url dynamic in syndication framework
Adrian Holovaty
2006-06-26
Fixed #2158 -- Added title_template and description_template hooks to Feed cl...
Adrian Holovaty
2006-06-19
Fixed #1473 -- Added support for categories back into syndication feeds
Malcolm Tredinnick
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-18
Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func...
Adrian Holovaty
2005-11-14
Fixed #787 -- High-level syndication framework now picks up author details. A...
Adrian Holovaty
2005-11-14
Improved Atom feed-generating framework to output <link rel='self'>. Added a ...
Adrian Holovaty
2005-11-12
Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t...
Adrian Holovaty
2005-11-12
Completely refactored legacy RSS framework to the new django.contrib.syndicat...
Adrian Holovaty