This commit is contained in:
parent
943b52e067
commit
489e6b39a9
|
@ -153,6 +153,7 @@ def add_rating_columns(q, group_list):
|
|||
)
|
||||
)).label('shouts_rating')
|
||||
)
|
||||
.select_from(Reaction)
|
||||
.outerjoin(
|
||||
Shout,
|
||||
Shout.authors.any(Author.id == Author.id)
|
||||
|
|
Loading…
Reference in New Issue
Block a user