Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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 Feed class
class ExampleFeed(rss.Feed):

+ class ExampleFeed(Feed):

# FEED TYPE -- Optional. This should be a class that subclasses
# django.utils.feedgenerator.SyndicationFeed. This designates which

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [1295]) Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, deric

Note: See TracTickets for help on using tickets.
Back to Top