Skip to content

Commit 949bc0c

Browse files
committed
Oops, a unique_together of the first two fields is wrong, since
there are two ADs per area, and of the three fields doesn't add anything real, so just don't try to make it unique. - Legacy-Id: 207
1 parent e452d4b commit 949bc0c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/proceedings/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def __str__(self):
173173
return "%s (%s)" % (self.person,self.area)
174174
class Meta:
175175
db_table = 'iesg_history'
176-
unique_together = (('meeting', 'area'), )
177176
class Admin:
178177
pass
179178

0 commit comments

Comments
 (0)