Skip to content
Snippets Groups Projects
Commit 242e84dd authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

removing unique_together on Bibliography

parent dad06ecd
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,6 @@ class Bibliography(AutoFillableModel): ...@@ -43,8 +43,6 @@ class Bibliography(AutoFillableModel):
Bibliography references Bibliography references
(publications or patents) (publications or patents)
""" """
class Meta:
unique_together = ('source', 'id_source',)
SOURCES = ( SOURCES = (
('PM', 'PubMed ID'), ('PM', 'PubMed ID'),
('PT', 'Patent'), ('PT', 'Patent'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment