Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/syndication
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-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.c...James Jenkins2014-03-071-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.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-022-82/+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-112-2/+2
* 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-282-158/+214
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-102-4/+4
* Fixed #9957: feeds now respect time zone information prov...Jacob Kaplan-Moss2009-04-071-1/+1
* Fixed #9555: respect the `feed_url` feed parameter. Thank...Jacob Kaplan-Moss2009-04-071-1/+2
* Fixed #6547, added support for GeoRSS feeds in `django.co...Justin Bronn2008-08-161-0/+16
* Added a couple of extra syndication tests, and generally ...Jacob Kaplan-Moss2008-08-111-1/+1
* Do [8221] in a slightly more clean way.Jacob Kaplan-Moss2008-08-061-12/+12
* Fixed #8128: correctly handle feeds that incorrectly don'...Jacob Kaplan-Moss2008-08-061-3/+4
* Fixed #7016: use correct time zones for Atom feeds. Thank...Jacob Kaplan-Moss2008-08-051-1/+22
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-1/+1
* Fixed #5107: swapped in RequestContext for Context in syn...Jacob Kaplan-Moss2008-03-191-3/+4
* Added more robust processing to parameterised syndication...Malcolm Tredinnick2008-03-181-5/+10
* Fixed `add_domain` call to use domain attribute of `curre...Gary Wilson Jr2008-01-311-1/+2
* Fixed #6508 -- Fixed `add_domain` function to also work w...Gary Wilson Jr2008-01-311-1/+1
* Fixed #3502 -- Added TTL support for RSS (not Atom) feeds...Malcolm Tredinnick2007-10-201-0/+1
* Improved syndication feed framework to use RequestSite if...Adrian Holovaty2007-07-122-5/+10