Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2009 closed defect (wontfix)

Feed of comments pr. item using the contrib.comments app

Reported by: EspenG Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I was just working on my blog, and found out that i wanted an rss feed with the comments for each blog post. Since I'm using the django.conrib.comments application it should not be hard to work out as long as the application got the functions :-)

Change History (3)

comment:1 by James Bennett, 18 years ago

I'm not really certain this is something that's within the scope of Django; it's easy enough to build whatever type of feed you want, but trying to supply every type of feed someone might want "out of the box" is a hopeless task.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

This is a bit outside Django's scope. The comments app already comes with Feed objects for the most-recent comments, but making it more generic than that is a bit too special-casish.

comment:3 by Here, 18 years ago

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