summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/syndication.txt
AgeCommit message (Expand)Author
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-17Refs #13110 -- Fixed typo in Feed class reference.Garrison Benson
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
2015-09-14Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-06-21Fixed #24985 -- Added note about possible invalid feed contentClaude Paroz
2015-06-09Fixed import in docs/ref/contrib/syndication.txtargaen
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2013-08-04Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-18Atom specification URL updatedMatt Deacalion Stevens
2013-06-05Proofed the 1.6 release notesTim Graham
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-11-18Fixed #19306 - Improved syndication example.Tim Graham
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-02Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndica...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-02-12Fixed #16150 -- Added 'feed_url' and clarified 'link' in the Feed reference d...Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-10Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks...Gabriel Hurley
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley