Opened 5 years ago
Closed 5 years ago
#31822 closed New feature (fixed)
Add support for item_comments to syndication framework
Description ¶
Add comments argument to feed.add_item()
in syndication.views so that item_comments
can be defined directly without having to take the detour via item_extra_kwargs
.
Additionally, comments is already explicitly mentioned in the feedparser, but not implemented in the view.
Change History (5)
comment:1 by , 5 years ago
Has patch: | set |
---|
comment:2 by , 5 years ago
Version: | 3.0 → master |
---|
comment:3 by , 5 years ago
Summary: | Add support for item_comments dynamic attribute → Add support for item_comments to syndication framework |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 5 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Sounds reasonable, see RSS 2.0.
PR