Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
art1415926535 authored Feb 26, 2020
1 parent d8e48a0 commit f6c2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class UserFilter(FilterSet):
def is_moderator_filter(cls, info, query, value):
membership = cls.aliased(query, Membership, name='is_moderator')

query = query.join(
query = query.outerjoin(
membership,
and_(
User.id == membership.user_id,
Expand Down

0 comments on commit f6c2123

Please sign in to comment.