diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 16:46:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 16:49:06 +0200 |
commit | 9c26a43de0580da8d3a2ddee147bf5e651087ab7 (patch) | |
tree | 1b5a5d16e3a5a798d529edf27f0e3538f353ffa3 /archaeological_finds/models.py | |
parent | c87d83e8eeefa35beb91bb659b703bf37f5d2d88 (diff) | |
download | Ishtar-9c26a43de0580da8d3a2ddee147bf5e651087ab7.tar.bz2 Ishtar-9c26a43de0580da8d3a2ddee147bf5e651087ab7.zip |
Recommanded treatments -> get it from treatment type list (refs #3752)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index ab3686f08..f0dcf96c4 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -1,9 +1,9 @@ from archaeological_finds.models_finds import MaterialType, ConservatoryState,\ - PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \ + IntegrityType, RemarkabilityType, ObjectType, BaseFind, \ FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType, \ BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \ - AlterationCauseType, TreatmentEmergencyType -from archaeological_finds.models_treatments import TreatmentType, Treatment, \ + AlterationCauseType, TreatmentEmergencyType, TreatmentType +from archaeological_finds.models_treatments import Treatment, \ AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \ FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ TreatmentFileSource, TreatmentState |