Show More
@@ -33,7 +33,7 b' class FeedView(PostMixin, BaseBoardView)' | |||||
33 |
|
33 | |||
34 | posts = Post.objects.exclude( |
|
34 | posts = Post.objects.exclude( | |
35 | threads__tags__in=settings_manager.get_hidden_tags()).order_by( |
|
35 | threads__tags__in=settings_manager.get_hidden_tags()).order_by( | |
36 |
'-pub_time').prefetch_related(' |
|
36 | '-pub_time').prefetch_related('attachments', 'thread', 'threads') | |
37 | if tripcode: |
|
37 | if tripcode: | |
38 | posts = posts.filter(tripcode=tripcode) |
|
38 | posts = posts.filter(tripcode=tripcode) | |
39 | if favorites: |
|
39 | if favorites: |
General Comments 0
You need to be logged in to leave comments.
Login now