Changeset 7361 for django/trunk/docs/syndication_feeds.txt
- Timestamp:
- 03/24/08 23:42:21 (3 months ago)
- Files:
-
- django/trunk/docs/syndication_feeds.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/syndication_feeds.txt
r7328 r7361 251 251 ``ObjectDoesNotExist`` exception will be raised, so ``/rss/beats/`` will 252 252 generate a 404 page. But you can handle this case however you like. For 253 example you could generate a combined feed for all beats.253 example, you could generate a combined feed for all beats. 254 254 255 255 * To generate the feed's ``<title>``, ``<link>`` and ``<description>``,
