Django

Code

Ticket #787 (closed: fixed)

Opened 3 years ago

Last modified 1 year ago

High-level feeds ('Feed' subclasses) don't pick up author details

Reported by: mattycakes@gmail.com Assigned to: adrian
Milestone: Component: RSS framework
Version: Keywords:
Cc: Triage Stage: Design decision needed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Feeds created by subclassing django.contrib.syndication.feeds.Feed do not seem to pick up author details - author_name, author_email, author_link. This is especially a problem with Atom feeds, which require either an author element in the root, or per-entry. feedgenerator.py seems to contain all the necessary; it's just the higher level stuff that isn't handling it.

Attachments

Change History

11/13/05 23:15:41 changed by adrian

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

(In [1228]) Fixed #787 -- High-level syndication framework now picks up author details. Also updated documentation. Thanks, mattycakes


Add/Change #787 (High-level feeds ('Feed' subclasses) don't pick up author details)




Change Properties
Action