django-planet icon indicating copy to clipboard operation
django-planet copied to clipboard

Feeds with short description processing

Open nmb10 opened this issue 13 years ago • 0 comments

Hi. While processing feed having short description and full content inside it, created post has short description as content, but real content is lost. Example. http://beautynesia.com/feed/ Code doing this is leaving in line 170 of management.commands.init content = entry.get('description') or entry.get("content", [{"value": ""}])[0]["value"] Thanks

nmb10 avatar Mar 22 '11 12:03 nmb10