From 242e84dd0a0b090fbcd3b5bd52cfad4528e852a8 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 13 Feb 2019 14:57:58 +0100 Subject: [PATCH] removing unique_together on Bibliography --- ippisite/ippidb/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py index a75b3c91..fb8e8ce6 100644 --- a/ippisite/ippidb/models.py +++ b/ippisite/ippidb/models.py @@ -43,8 +43,6 @@ class Bibliography(AutoFillableModel): Bibliography references (publications or patents) """ - class Meta: - unique_together = ('source', 'id_source',) SOURCES = ( ('PM', 'PubMed ID'), ('PT', 'Patent'), -- GitLab