We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c23d0c commit 7c2a1b2Copy full SHA for 7c2a1b2
1 file changed
ietf/liaisons/models.py
@@ -212,7 +212,7 @@ def __unicode__(self):
212
213
214
class LiaisonStatementGroupContacts(models.Model):
215
- group = models.OneToOneField(Group)
+ group = models.ForeignKey(Group, unique=True, null=True)
216
contacts = models.CharField(max_length=255,blank=True)
217
cc_contacts = models.CharField(max_length=255,blank=True)
218
0 commit comments