##// END OF EJS Templates
Removed unecessary connection of a thread to its replies, cause posts are...
Removed unecessary connection of a thread to its replies, cause posts are already connected to the thread by foreign key

File last commit:

r951:225d57cf default
r958:19177ecc default
Show More
__init__.py
3 lines | 164 B | text/x-python | PythonLexer
neko259
Split thread view into separate views for each mode
r951 from boards.views.thread.thread import ThreadView
from boards.views.thread.normal import NormalThreadView
from boards.views.thread.gallery import GalleryThreadView