Opened 17 years ago

Closed 17 years ago

#6249 closed (fixed)

Feed syndication documentation import error for FeedDoesNotExist

Reported by: darugar Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On the Syndication documentation page:
http://www.djangoproject.com/documentation/syndication_feeds/#a-complex-example

from django.contrib.syndication import FeedDoesNotExist

should be:
from django.contrib.syndication.feeds import FeedDoesNotExist

Attachments (1)

6249.diff (491 bytes ) - added by arien 17 years ago.

Download all attachments as: .zip

Change History (3)

by arien, 17 years ago

Attachment: 6249.diff added

comment:1 by arien, 17 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6964]) Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, darugar

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