Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
242e84dd
Commit
242e84dd
authored
Feb 13, 2019
by
Bryan BRANCOTTE
Browse files
removing unique_together on Bibliography
parent
dad06ecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/models.py
View file @
242e84dd
...
...
@@ -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'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment