diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2016-01-10 15:35:51 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2016-01-10 15:35:51 +0100 | 
| commit | 11d7e76203e13a6d4c2a0c9aa29bd2d1dd86f5b6 (patch) | |
| tree | 8d8e7c09faf179b2fed07878d1cf450a245a78d0 /archaeological_finds/data_importer.py | |
| parent | 19fcd922361b045894c0eeb56e095d785299909e (diff) | |
| parent | 2c063aace94e5a9f3b5dc596e4a502ef062db059 (diff) | |
| download | Ishtar-11d7e76203e13a6d4c2a0c9aa29bd2d1dd86f5b6.tar.bz2 Ishtar-11d7e76203e13a6d4c2a0c9aa29bd2d1dd86f5b6.zip  | |
Merge branch 'master' into master-land-planner-2999
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 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),  | 
