mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 03:51:08 +00:00
Model name in comment
This commit is contained in:
parent
cfd0d0d56a
commit
a3d5acc70c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class GroupMember(models.Model):
|
|||
)
|
||||
).exists():
|
||||
raise IntegrityError()
|
||||
# accepts and requests are handled by the GroupInvitation model
|
||||
# accepts and requests are handled by the GroupMemberInvitation model
|
||||
super().save(*args, **kwargs)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue