fix reverse reference to user bookwyrm_groups

This commit is contained in:
Hugh Rundle
2021-09-28 18:53:11 +10:00
parent fb823189a0
commit 66494e7788
6 changed files with 28 additions and 7 deletions

View File

@ -21,7 +21,7 @@ class Group(BookWyrmModel):
symmetrical=False,
through="GroupMember",
through_fields=("group", "user"),
related_name="members"
related_name="bookwyrm_groups"
)
def get_remote_id(self):