Open
Description
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