##// END OF EJS Templates
Added content field to global id to store cached model content. If a server uses diffrent serialization algorithm, it would still pass the same content string along saving its signature
Added content field to global id to store cached model content. If a server uses diffrent serialization algorithm, it would still pass the same content string along saving its signature

File last commit:

r1441:f2404e3c merge decentral
r1519:a2e6cea8 decentral
Show More
__init__.py
14 lines | 460 B | text/x-python | PythonLexer
STATUS_ACTIVE = 'active'
STATUS_BUMPLIMIT = 'bumplimit'
STATUS_ARCHIVE = 'archived'
from boards.models.signature import GlobalId, Signature
from boards.models.sync_key import KeyPair
from boards.models.image import PostImage
from boards.models.attachment import Attachment
from boards.models.thread import Thread
from boards.models.post import Post
from boards.models.tag import Tag
from boards.models.user import Ban
from boards.models.banner import Banner