#3920 closed (invalid)
Description in Atom Feed not showing
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | atom description | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The description atribute is not showing in Atom Feed XML result.
Thanks,
semente
Note:
See TracTickets
for help on using tickets.
Item-level "description" attributes are mapped to the summary element in the Atom entry elements. I have just verified that still works. If you are having problems with this, please post to the django-users mailing list.
There is no equivalent to the feed-level description element in RSS 2.0. You could use the sub-title element if you wanted to. If you look in django/utils/feedgenerator.py, you can see how subtitle is applied to the feed in the !Atom1Feed class.
So, I don't think there is any bug here.