Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/feedgenerator.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #13110 -- Fixed mistakes in the new multiple enclosu...Unai Zalakain2015-09-191-1/+1
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-191-15/+37
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24728 -- Renamed mime_type to content_type for syn...Raphael Michel2015-06-041-2/+22
* Optimized two functions slightly.Aymeric Augustin2015-05-021-9/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-3/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+8
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed spelling ("dependant" -> "dependent")Tim Graham2013-11-021-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+3
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-2/+2
* Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens2013-07-191-12/+22
* Fixed #9800 -- Allow "isPermaLink" attribute in <guid> el...Simon Charette2013-02-061-3/+8
* [py3] Ported django.utils.feedgenerator.Aymeric Augustin2012-08-071-10/+15
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-6/+6
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-2/+5
* Update links to diveintomark.org.Aymeric Augustin2012-07-141-2/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-80/+81
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-2/+2
* Fixed the syntax used for the Python repl examples in doc...Alex Gaynor2012-05-051-1/+1
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-3/+2
* Fixed #15237 (again). RSS feeds now include proper charac...Paul McMillan2012-02-111-1/+1
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-2/+3
* Fixed #14202 -- made the atom:link element optional in fe...Aymeric Augustin2011-10-231-1/+3
* Switch to using explicit new-style division behavior, rat...Alex Gaynor2011-09-091-2/+2
* Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding...Jannis Leidel2011-09-091-1/+1
* Simplified django.utils.feedgenerator.get_tag_uri now tha...Adrian Holovaty2011-03-281-8/+2
* Fixed #15237 -- Always set charset of Atom1 feeds to UTF-...Jannis Leidel2011-02-121-1/+1
* Fixed #14132 -- Fixed feedgenerator to support years < 19...Jannis Leidel2011-02-121-2/+6
* Fixed #10447 -- Made sure the syndication feeds helper fu...Ramiro Morales2010-12-291-2/+9
* Fixed #11509 -- Modified usage of "Web" to match our styl...Russell Keith-Magee2010-10-091-1/+1
* Fixed #3469 -- added django.utils documentation for stabl...Brian Rosner2010-05-081-1/+5
* Fixed a couple Python 2.4 incompatibilities.Jacob Kaplan-Moss2010-02-141-1/+7
* Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #...Russell Keith-Magee2010-01-281-8/+20
* Fixed #11066 -- Corrected 15 duplicate "the"s found in do...Karen Tracey2009-05-171-1/+1
* Fixed #8219 -- More robust date to string conversion in s...Malcolm Tredinnick2008-08-161-12/+12
* Fixed #8253: fixed xmlns regression for Atom feeds, and i...Jacob Kaplan-Moss2008-08-131-2/+5
* Added a number of callbacks to SyndicationFeed for adding...Jacob Kaplan-Moss2008-08-121-102/+144
* Fixed #7016: use correct time zones for Atom feeds. Thank...Jacob Kaplan-Moss2008-08-051-3/+14
* Fixed #6303 -- Handle missing language specification in f...Malcolm Tredinnick2008-02-031-1/+1
* Fixed #3502 -- Added TTL support for RSS (not Atom) feeds...Malcolm Tredinnick2007-10-201-2/+8
* Fixed #3036 -- Fixed some doctest strings that were faili...Russell Keith-Magee2007-09-151-0/+1
* Fixed number #4076: django.utils.feedgenerator now corect...Jacob Kaplan-Moss2007-09-151-1/+4
* Fixed #3760 -- Added the ability to manually set feed- an...Malcolm Tredinnick2007-07-101-2/+3
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-21/+29