Skip to content

Commit

Permalink
ForumReadTrackManager updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 22, 2015
1 parent d5f16f8 commit 4a96457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machina/apps/forum_tracking/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_unread_forums_from_list(self, forums, user):

unread_forums = []

tracks = get_queryset().filter(
tracks = get_queryset().select_related('forum').filter(
user=user,
forum__in=forums)
tracked_forums = []
Expand Down

0 comments on commit 4a96457

Please sign in to comment.