index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
syndication_feeds.txt
Age
Commit message (
Expand
)
Author
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-11
Added a number of callbacks to SyndicationFeed for adding custom attributes a...
Jacob Kaplan-Moss
2008-03-25
Edited some docs changes from the past few days
Adrian Holovaty
2008-03-20
Merged the tests and documentation from #4720 to support the changes in [7295].
Malcolm Tredinnick
2007-12-21
Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, dar...
Adrian Holovaty
2007-12-04
Edited docs/syndication_feeds.txt changes from [6741]
Adrian Holovaty
2007-12-01
Fixed #5860: Documented the correct order in which the syndication framework ...
James Bennett
2007-11-30
Edited docs/syndication_feeds.txt changes from [6570]
Adrian Holovaty
2007-11-29
Added better error handling in the basic feed class example. Refs #5855
Malcolm Tredinnick
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-12
Added 'New in Django development version' note to docs/syndication_feeds.txt ...
Adrian Holovaty
2007-07-10
Fixed #3760 -- Added the ability to manually set feed- and item-level id
Malcolm Tredinnick
2007-05-15
Fixed #3664 -- Documented that get_absolute_url() and item_link() (in
Malcolm Tredinnick
2007-05-02
Fixed #4068 -- Fixed incorrect docstring in docs/syndication_feeds.txt. Thank...
Adrian Holovaty
2007-04-24
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
Adrian Holovaty
2007-04-09
Edited docs/syndication_feeds.txt changes from [4982]
Adrian Holovaty
2007-04-09
Clarified that there is no feed-level description element in Atom feeds and the
Malcolm Tredinnick
2007-02-10
Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch
Malcolm Tredinnick
2007-01-24
Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...
Adrian Holovaty
2006-11-07
Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@si...
Jacob Kaplan-Moss
2006-09-05
Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, ...
Adrian Holovaty
2006-07-26
Fixed #2420 -- Fixed typo in docs/syndication_feeds.txt
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-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-20
Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, deric
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
More small tweaks to docs/syndication_feeds.txt
Adrian Holovaty
2005-11-12
Fixed ReST bug in docs/syndication_feeds.txt
Adrian Holovaty
2005-11-12
Fixed ReST bugs in docs/syndication_feeds.txt
Adrian Holovaty
2005-11-12
Completely refactored legacy RSS framework to the new django.contrib.syndicat...
Adrian Holovaty