don't use tostring(), maybe add method='text'

This commit is contained in:
juke 2011-02-02 20:37:57 +01:00 committed by Romain Bignon
commit b3e830665b
3 changed files with 8 additions and 9 deletions

View file

@ -84,6 +84,6 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
#thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, signature=None, children = [], flags=flags)
thread.root = Message(thread=thread, id=0, title=content.title)
thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body)
return thread