We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f53a9b + b608a0a commit e8b5849Copy full SHA for e8b5849
1 file changed
eav/models.py
@@ -334,10 +334,6 @@ class Value(models.Model):
334
<Value: crazy_dev_user - Favorite Drink: "red bull">
335
'''
336
337
- class Meta:
338
- unique_together = ('entity_ct', 'entity_id', 'attribute')
339
-
340
341
entity_ct = models.ForeignKey(ContentType, related_name='value_entities')
342
entity_id = models.IntegerField()
343
entity = generic.GenericForeignKey(ct_field='entity_ct',
0 commit comments