summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-12 15:15:09 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-12 15:15:09 +0100
commit1da20a5b5bb591c0789f570399d9c644ec3e4263 (patch)
tree910c99cc3b67c0cd914547692e3a540c10df8181 /archaeological_finds/models.py
parent158ea3c4c1c03d014f12b94f29b38a4a2697d77c (diff)
downloadIshtar-1da20a5b5bb591c0789f570399d9c644ec3e4263.tar.bz2
Ishtar-1da20a5b5bb591c0789f570399d9c644ec3e4263.zip
Manage treatment / treatment files sources
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index b64da70e3..f9d93b1a9 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -3,7 +3,8 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState,\
FindBasket, Find, FindSource, Property, IS_ISOLATED_CHOICES, CHECK_CHOICES
from archaeological_finds.models_treatments import TreatmentType, Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
- FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType
+ FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \
+ TreatmentFileSource
__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'IntegrityType', 'RemarkabilityType', 'ObjectType',
@@ -12,4 +13,4 @@ __all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'TreatmentType', 'Treatment', 'AbsFindTreatments',
'FindUpstreamTreatments', 'FindDownstreamTreatments',
'FindTreatments', 'TreatmentSource', 'TreatmentFile',
- 'TreatmentFileType'] \ No newline at end of file
+ 'TreatmentFileType', 'TreatmentFileSource'] \ No newline at end of file