summaryrefslogtreecommitdiff
path: root/django/contrib/syndication
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22078 -- Fixed crash of Feed with decorated methods.Marcelo Galigniana2022-05-261-2/+15
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-48/+52
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-121-4/+1
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Fixed #31822 -- Added support for comments URL per feed item.Viktor Garske2020-07-301-0/+1
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-1/+0
* Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze2019-05-061-2/+3
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-3/+6
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-6/+3
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-6/+6
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-5/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-3/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Replaced smart_* by force_* calls whenever possibleClaude Paroz2016-09-031-4/+4
* Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_at...Tim Graham2015-11-251-30/+30
* Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain2015-09-181-9/+13
* Fixed #24728 -- Renamed mime_type to content_type for syndication feedsRaphael Michel2015-06-041-1/+1
* Replaced multiple startswith in syndication/views.pyPiotr Jakimiak2015-05-081-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+3
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Removed locale dirs for single-message appsClaude Paroz2014-05-191-22/+0
* Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins2014-03-061-1/+1
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
* Added catalogs for apps that didn't have any translations.Aymeric Augustin2014-01-051-0/+22
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-29/+29
* Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin2013-09-091-6/+6
* Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens2013-07-191-3/+9
* Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin2013-03-171-9/+9
* Test case and docs for custom context data in feedsZbigniew Siciarz2013-02-241-2/+14
* Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette2013-02-061-0/+2
* Fixed #7936 -- Added Last-Modified header to feedsClaude Paroz2012-09-301-0/+9
* Fixed syndication under python3.Alex Gaynor2012-08-151-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-6/+6
* [py3] Switched to Python 3-compatible introspection.Aymeric Augustin2012-07-221-4/+4
* Fixed #17257 - Removed outdated comment in syndication viewClaude Paroz2012-07-071-2/+1
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-1/+3
* Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty2011-12-171-1/+1
* Fixed #16753 -- Supported network-path references in the syndication framewor...Aymeric Augustin2011-11-181-5/+5
* Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin2011-11-181-1/+2
* Advanced deprecations in contrib.syndication.Russell Keith-Magee2011-04-022-82/+0
* Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel2011-02-121-2/+1
* Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee2011-01-131-0/+13
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee2010-10-112-2/+2
* Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:/...Russell Keith-Magee2010-10-081-6/+17
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant2010-10-041-5/+2