django/tests/regressiontests/syndication
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
..
fixtures Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547. 2008-08-11 20:49:19 +00:00
__init__.py
feeds.py Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs #6547. 2008-08-11 22:22:26 +00:00
models.py Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547. 2008-08-11 20:49:19 +00:00
tests.py 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. 2008-08-12 22:12:14 +00:00
urls.py Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs #6547. 2008-08-11 22:22:26 +00:00