diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 18:44:34 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 18:44:34 +0200 |
| commit | 322418dc502f2157e36f195b6d757f2aa92b32b0 (patch) | |
| tree | daf9c406be228607487439908721cee459e9ef03 /archaeological_finds/data_importer.py | |
| parent | c1ac27b407f11bae18a8180e82638562e99f913b (diff) | |
| parent | 929a7a1512d93c4548fbe6d5aa029ab366c171be (diff) | |
| download | Ishtar-322418dc502f2157e36f195b6d757f2aa92b32b0.tar.bz2 Ishtar-322418dc502f2157e36f195b6d757f2aa92b32b0.zip | |
Merge branch 'develop'
Diffstat (limited to 'archaeological_finds/data_importer.py')
| -rw-r--r-- | archaeological_finds/data_importer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/data_importer.py b/archaeological_finds/data_importer.py index 57b4e3927..e0c18d1bf 100644 --- a/archaeological_finds/data_importer.py +++ b/archaeological_finds/data_importer.py @@ -74,7 +74,7 @@ class FindsImporterBibracte(Importer): TypeFormater(models.ConservatoryState), required=False), # preservation_to_consider ImportFormater('find__preservation_to_considers', - TypeFormater(models.PreservationType), required=False), + TypeFormater(models.TreatmentType), required=False), # comment ImportFormater('comment', UnicodeFormater(1000), required=False), # lien vers plusieurs chrono (voir gestion actuelle chrono) |
