diff options
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 |
commit | e401941a57c84157a6cec7a6cd37e107fb147377 (patch) | |
tree | 910c99cc3b67c0cd914547692e3a540c10df8181 /archaeological_finds/models.py | |
parent | 9656d23c15770c57740284c21fc127779612dcc6 (diff) | |
download | Ishtar-e401941a57c84157a6cec7a6cd37e107fb147377.tar.bz2 Ishtar-e401941a57c84157a6cec7a6cd37e107fb147377.zip |
Manage treatment / treatment files sources
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 5 |
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 |