diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-27 11:38:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-27 11:38:22 +0100 |
commit | 5871c9d90c016ed0411cefa25d6565895289c8db (patch) | |
tree | 4d2b0abf8bc9d29fea22e4a36e5c74eaee79aac0 | |
parent | c85b462eb64db9f28ef5ea3b509f9851b2058a75 (diff) | |
download | Ishtar-5871c9d90c016ed0411cefa25d6565895289c8db.tar.bz2 Ishtar-5871c9d90c016ed0411cefa25d6565895289c8db.zip |
Fix preservatoin to consider in default data importer
-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 dec9b7cf1..57b4e3927 100644 --- a/archaeological_finds/data_importer.py +++ b/archaeological_finds/data_importer.py @@ -73,7 +73,7 @@ class FindsImporterBibracte(Importer): ImportFormater('find__conservatory_state', TypeFormater(models.ConservatoryState), required=False), # preservation_to_consider - ImportFormater('find__preservation_to_consider', + ImportFormater('find__preservation_to_considers', TypeFormater(models.PreservationType), required=False), # comment ImportFormater('comment', UnicodeFormater(1000), required=False), |