summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/syndication.txt
AgeCommit message (Expand)Author
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2024-06-18Fixed #12978 -- Added support for RSS feed stylesheets.Baptiste Mispelon
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-09Refs #33842 -- Removed incorrect :file: role in contrib docs.Ramil Yanbulatov
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Fixed some broken links in docs.Nick Pope
2020-07-30Fixed #31822 -- Added support for comments URL per feed item.Viktor Garske
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-20Updated iTunes podcast format link in syndication docs.David Smith
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-05-06Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze
2019-03-28Used 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