Ticket #19 (closed defect: fixed)
RSS by tag does not work
| Reported by: | jeffrey@… | Owned by: | nicholas |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Django Blog (Python) | Version: | Django Blog 1.2 |
| Keywords: | Cc: |
Description
feeds/tags returns exactly the same rss as feeds/latest. It should not.
feeds/tags/(tag list) should return a rss feed limited to the tags in the list.
Change History
Note: See
TracTickets for help on using
tickets.
feeds/tags/(tag) now returns a feed for a given tag.
Fixed in [355].