#846 closed defect (fixed)
Syndication feed framework documentation references rss.Feed from the old framework
| Reported by: | deric | Owned by: | Jacob |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the Feed class reference ExampleFeed subclasses rss.Feed which I guess is the old syndication framwork.
Index: syndication_feeds.txt
===================================================================
--- syndication_feeds.txt (revision 1290)
+++ syndication_feeds.txt (working copy)
@@ -328,7 +328,7 @@
- This example illustrates all possible attributes and methods for a
Feedclass -
+ class ExampleFeed(Feed):
# FEED TYPE -- Optional. This should be a class that subclasses
# django.utils.feedgenerator.SyndicationFeed. This designates which
Note:
See TracTickets
for help on using tickets.
(In [1295]) Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, deric