summaryrefslogtreecommitdiff
path: root/feedgenerator/django/utils/feedgenerator.py
Commit message (Expand)AuthorAgeFilesLines
* Add image to RSS feedsPaul Seyfert2021-09-281-1/+8
* Check for truthiness so empty strings are also falseBastian Venthur2021-09-281-2/+2
* Fix double subtitles if description & subtitle are providedBastian Venthur2021-09-281-2/+2
* Update code for Python 3.6+Justin Mayer2021-08-181-4/+4
* Remove Python 2 (#27)Bastian Venthur2021-08-181-12/+2
* Use description field as subtitle for Atom feeds, if provided (#23)Bastian Venthur2021-08-171-0/+4
* Always set the 'updated' element of an 'entry' in Atom FeedsBernhard Scheirle2016-08-111-1/+5
* Fixed small typoBernhard Scheirle2016-04-051-1/+1
* Changes get_tag_uri so that the '/' before a fragment gets only added if ther...Bernhard Scheirle2016-04-041-1/+4
* Support giving an explicit <updated> for AtomEevee (Lexy Munroe)2016-01-041-5/+9
* Atom should put pubdate in <published>, not <updated>Eevee (Lexy Munroe)2016-01-041-1/+1
* Support Atom's <content> elementEevee (Lexy Munroe)2016-01-041-1/+6
* RSS guids are properly marked isPermaLink=falseSam Lucidi2014-03-041-1/+1
* Remove unnecessary atom elements.Alex Brown2014-01-061-5/+4
* sort attributes for consistent outputDeniz Turgut2013-04-051-5/+2
* Use OrderedDict for feed XML attribsDirk Makowski2013-02-181-2/+5
* Initial commitDirk Makowski2012-08-251-0/+389