Skip to content

Feeds with short description processing #15

Open
@nmb10

Description

@nmb10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions