Changeset 9373
- Timestamp:
- 11/09/08 13:01:34 (2 months ago)
- Files:
-
- django/trunk/docs/ref/contrib/syndication.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/contrib/syndication.txt
r9312 r9373 977 977 978 978 class iTunesFeed(Rss201rev2Feed): 979 def root_att ibutes(self):980 attrs = super(iTunesFeed, self).root_att ibutes()979 def root_attributes(self): 980 attrs = super(iTunesFeed, self).root_attributes() 981 981 attrs['xmlns:itunes'] = 'http://www.itunes.com/dtds/podcast-1.0.dtd' 982 982 return attrs
