summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-08 20:41:59 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-08 20:41:59 +0100
commit34c7816addf4d24480cb5ad833cf2b70ab7e45a8 (patch)
tree7ec49e588438080c5a542123f5f7cee617df9999 /archaeological_finds/models.py
parent349fd863a1850e7e342a71c3ca38c96593609a5f (diff)
downloadIshtar-34c7816addf4d24480cb5ad833cf2b70ab7e45a8.tar.bz2
Ishtar-34c7816addf4d24480cb5ad833cf2b70ab7e45a8.zip
Manage file association for treatments
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 40251bba0..b64da70e3 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -1,6 +1,6 @@
from archaeological_finds.models_finds import MaterialType, ConservatoryState,\
PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
- FindBasket, Find, FindSource, Property, IS_ISOLATED_CHOICES
+ FindBasket, Find, FindSource, Property, IS_ISOLATED_CHOICES, CHECK_CHOICES
from archaeological_finds.models_treatments import TreatmentType, Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType
@@ -8,7 +8,7 @@ from archaeological_finds.models_treatments import TreatmentType, Treatment, \
__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'IntegrityType', 'RemarkabilityType', 'ObjectType',
'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property',
- 'IS_ISOLATED_CHOICES',
+ 'IS_ISOLATED_CHOICES', 'CHECK_CHOICES',
'TreatmentType', 'Treatment', 'AbsFindTreatments',
'FindUpstreamTreatments', 'FindDownstreamTreatments',
'FindTreatments', 'TreatmentSource', 'TreatmentFile',