##// END OF EJS Templates
Fixed api diff method that was broken after post model split
Fixed api diff method that was broken after post model split

File last commit:

r398:b2448061 default
r399:6dc0cb47 default
Show More
__init__.py
8 lines | 242 B | text/x-python | PythonLexer
neko259
Moved models to a separate module folder. Starting to split up models file
r384 __author__ = 'neko259'
from boards.models.post import Post
neko259
Split up post model into post and thread to normalise models. Still need some refactoring
r398 from boards.models.post import Thread
neko259
Split up tag module from post module
r385 from boards.models.tag import Tag
neko259
Split up user models
r386 from boards.models.user import Ban
from boards.models.user import Setting
from boards.models.user import User