Changeset 1196
- Timestamp:
- 11/11/05 21:48:53 (3 years ago)
- Files:
-
- django/trunk/docs/syndication_feeds.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/syndication_feeds.txt
r1195 r1196 498 498 499 499 Each of these three classes knows how to render a certain type of feed as XML. 500 They share this interface: :500 They share this interface: 501 501 502 502 ``__init__(title, link, description, language=None, author_email=None,
