summaryrefslogtreecommitdiff
path: root/django/utils/feedgenerator.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3469 -- added django.utils documentation for stable bitsBrian Rosner2010-05-081-1/+5
* Fixed a couple Python 2.4 incompatibilities.Jacob Kaplan-Moss2010-02-141-1/+7
* Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee2010-01-281-8/+20
* Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey2009-05-171-1/+1
* Fixed #8219 -- More robust date to string conversion in syndication feeds.Malcolm Tredinnick2008-08-151-12/+12
* Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ...Jacob Kaplan-Moss2008-08-121-2/+5
* Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss2008-08-111-102/+144
* Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss2008-08-051-3/+14
* Fixed #6303 -- Handle missing language specification in feed generation. Tha...Malcolm Tredinnick2008-02-031-1/+1
* Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch fromMalcolm Tredinnick2007-10-201-2/+8
* Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...Russell Keith-Magee2007-09-151-0/+1
* Fixed number #4076: django.utils.feedgenerator now corectly handles times wit...Jacob Kaplan-Moss2007-09-141-1/+4
* Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick2007-07-101-2/+3
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-21/+29
* Fixed #4323 -- Added the ability to display author names without emailMalcolm Tredinnick2007-05-261-0/+2
* Fixed #3958 -- Added lastBuildDate element to RSS feeds. Thanks,Malcolm Tredinnick2007-04-091-0/+1
* Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick2007-02-101-3/+13
* Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick2006-06-191-0/+2
* Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty2006-06-081-2/+2
* Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Ba...Adrian Holovaty2006-05-301-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-4/+4
* Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty2005-11-141-1/+4
* Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty2005-11-141-2/+6
* Fixed #784 -- Atom feeds now use RFC3339 datetime formatAdrian Holovaty2005-11-141-2/+5
* Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakesAdrian Holovaty2005-11-141-1/+1
* Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t...Adrian Holovaty2005-11-121-0/+2
* Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty2005-11-121-62/+159
* Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, e...Adrian Holovaty2005-09-141-1/+4
* Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.comAdrian Holovaty2005-09-111-1/+1
* Removed Adrian's note in the docstring of django.utils.feedgenerator -- it's ...Adrian Holovaty2005-07-261-4/+1
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+152