Model name in comment

This commit is contained in:
Mouse Reeve 2021-12-10 12:46:40 -08:00
parent cfd0d0d56a
commit a3d5acc70c

View file

@ -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