Django

Code

Ticket #6249 (closed: fixed)

Opened 10 months ago

Last modified 10 months ago

Feed syndication documentation import error for FeedDoesNotExist

Reported by: darugar Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

6249.diff (491 bytes) - added by arien on 12/20/07 02:26:52.

Change History

12/20/07 02:26:52 changed by arien

  • attachment 6249.diff added.

12/20/07 02:27:47 changed by arien

  • needs_better_patch changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

12/20/07 21:16:04 changed by adrian

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

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


Add/Change #6249 (Feed syndication documentation import error for FeedDoesNotExist)




Change Properties
Action