All id in storage are string, not int
This commit is contained in:
parent
64d976d6d9
commit
1356e69ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent):
|
|||
thread.date = content.date
|
||||
|
||||
thread.root = Message(thread=thread,
|
||||
id=0, # root message
|
||||
id='0', # root message
|
||||
title=content.title,
|
||||
sender=content.author or u'',
|
||||
receivers=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue