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