#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 , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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 , 19 years ago
| Type: | enhancement → defect |
|---|
Note:
See TracTickets
for help on using tickets.
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.