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