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 | d5658be4878768ef27d6ab6f6a4981a619822884 (patch) | |
tree | 1b5a5d16e3a5a798d529edf27f0e3538f353ffa3 /archaeological_finds/models.py | |
parent | 116ec20aa987f901c829ee9ac62d4f2a43021e5a (diff) | |
download | Ishtar-d5658be4878768ef27d6ab6f6a4981a619822884.tar.bz2 Ishtar-d5658be4878768ef27d6ab6f6a4981a619822884.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 |