All id in storage are string, not int

This commit is contained in:
Florent 2012-03-20 15:09:16 +01:00 committed by Romain Bignon
commit 1356e69ffd

View file

@ -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,