Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/syndication/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-191-9/+13
* Fixed #24728 -- Renamed mime_type to content_type for syn...Raphael 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-061-4/+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
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-29/+29
* Refactored code and tests that relied on django.utils.tzi...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__ attri...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> el...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 com...Claude Paroz2012-06-071-1/+3
* Converted some of the built-in views to use content_type ...Adrian Holovaty2011-12-171-1/+1
* Fixed #16753 -- Supported network-path references in the ...Aymeric Augustin2011-11-181-5/+5
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-1/+2
* Advanced deprecations in contrib.syndication.Russell Keith-Magee2011-04-021-44/+0
* Fixed #15237 -- Always set charset of Atom1 feeds to UTF-...Jannis Leidel2011-02-121-2/+1
* Fixed #14176 -- Added forwards compatibility to the legac...Russell Keith-Magee2011-01-131-0/+13
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #13218 -- Ensure that syndicated content served ove...Russell Keith-Magee2010-10-081-6/+17
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #143...Luke Plant2010-10-041-5/+2
* Fixed #12998 -- Corrected handling of time zones in syndi...Russell Keith-Magee2010-03-151-15/+2
* Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #...Russell Keith-Magee2010-01-281-2/+199
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-3/+3
* Improved syndication feed framework to use RequestSite if...Adrian Holovaty2007-07-121-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-2/+1
* Improved Atom feed-generating framework to output <link r...Adrian Holovaty2005-11-141-1/+1
* Added mime_type attributes to feedgenerator RssFeed and A...Adrian Holovaty2005-11-121-1/+1
* Completely refactored legacy RSS framework to the new dja...Adrian Holovaty2005-11-121-0/+26