forked from mirrors/bookwyrm
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():
|
).exists():
|
||||||
raise IntegrityError()
|
raise IntegrityError()
|
||||||
# accepts and requests are handled by the GroupInvitation model
|
# accepts and requests are handled by the GroupMemberInvitation model
|
||||||
super().save(*args, **kwargs)
|
super().save(*args, **kwargs)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue