Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#787 closed defect (fixed)

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

Reported by: mattycakes@… Owned by: Adrian Holovaty
Component: contrib.syndication Version:
Severity: normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

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

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