Django

Code

Ticket #846 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Syndication feed framework documentation references rss.Feed from the old framework

Reported by: deric Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

Attachments

Change History

11/19/05 22:53:29 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #846 (Syndication feed framework documentation references rss.Feed from the old framework)




Change Properties
Action