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)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6964]) Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, darugar