Russell Keith-Magee
|
e89a5e06cf
|
Fixed #12998 -- Corrected handling of time zones in syndication framework.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-03-15 15:25:39 +00:00 |
Russell Keith-Magee
|
c4c27d8a04
|
Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-28 13:46:18 +00:00 |
Jacob Kaplan-Moss
|
2c3c1f3ec4
|
Fixed #9957: feeds now respect time zone information provided by the pub date.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-07 21:20:14 +00:00 |
Jacob Kaplan-Moss
|
2e9a8801d0
|
Added a test to ensure that strings in RSS are properly escaped. Refs #6533.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-27 19:52:27 +00:00 |
Jacob Kaplan-Moss
|
d05c725308
|
Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added a hook for adding attributes specifically on the root <rss> element (for RSS feeds only, of course). Patch by Justin Bronn.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-12 22:12:14 +00:00 |
Jacob Kaplan-Moss
|
942e5246ac
|
Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs #6547.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-11 22:22:26 +00:00 |
Jacob Kaplan-Moss
|
899ca54fe2
|
Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8310 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-11 20:49:19 +00:00 |
Malcolm Tredinnick
|
6417f5247b
|
Merged the tests and documentation from #4720 to support the changes in [7295].
Thanks, Andy Gayton. Fixed #4720. Refs #5855.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-03-20 06:35:53 +00:00 |