Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feeds with short description processing #15

Open
nmb10 opened this issue Mar 22, 2011 · 0 comments
Open

Feeds with short description processing #15

nmb10 opened this issue Mar 22, 2011 · 0 comments
Labels

Comments

@nmb10
Copy link

nmb10 commented Mar 22, 2011

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

@matagus matagus added the bug label Apr 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants