We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e452d4b commit 949bc0cCopy full SHA for 949bc0c
1 file changed
ietf/proceedings/models.py
@@ -173,7 +173,6 @@ def __str__(self):
173
return "%s (%s)" % (self.person,self.area)
174
class Meta:
175
db_table = 'iesg_history'
176
- unique_together = (('meeting', 'area'), )
177
class Admin:
178
pass
179
0 commit comments