summaryrefslogtreecommitdiff
path: root/django/contrib/syndication
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2024-06-18Fixed #12978 -- Added support for RSS feed stylesheets.Baptiste Mispelon
2022-05-26Fixed #22078 -- Fixed crash of Feed with decorated methods.Marcelo Galigniana
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-07-30Fixed #31822 -- Added support for comments URL per feed item.Viktor Garske
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2019-05-06Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2015-11-25Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_at...Tim Graham
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
2015-06-04Fixed #24728 -- Renamed mime_type to content_type for syndication feedsRaphael Michel
2015-05-08Replaced multiple startswith in syndication/views.pyPiotr Jakimiak
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-05-19Removed locale dirs for single-message appsClaude Paroz
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Added catalogs for apps that didn't have any translations.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-03-17Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin
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
2012-09-30Fixed #7936 -- Added Last-Modified header to feedsClaude Paroz
2012-08-15Fixed syndication under python3.Alex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible introspection.Aymeric Augustin
2012-07-07Fixed #17257 - Removed outdated comment in syndication viewClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-12-17Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty
2011-11-18Fixed #16753 -- Supported network-path references in the syndication framewor...Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-04-02Advanced deprecations in contrib.syndication.Russell Keith-Magee
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee