Model name in comment
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user