Changeset 6964 for django/trunk/docs/syndication_feeds.txt
- Timestamp:
- 12/20/07 21:16:03 (1 year ago)
- Files:
-
- django/trunk/docs/syndication_feeds.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/syndication_feeds.txt
r6873 r6964 202 202 An example makes this clear. Here's the code for these beat-specific feeds:: 203 203 204 from django.contrib.syndication import FeedDoesNotExist204 from django.contrib.syndication.feeds import FeedDoesNotExist 205 205 206 206 class BeatFeed(Feed):
