From 999eefae2632bb01a968d088ccd6406f7b0bc896 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Jan 2015 00:08:22 +0100 Subject: Fix display of operations - fix bibracte import of operations --- archaeological_operations/data_importer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_operations/data_importer.py') diff --git a/archaeological_operations/data_importer.py b/archaeological_operations/data_importer.py index cad929d20..c1fd99fe1 100644 --- a/archaeological_operations/data_importer.py +++ b/archaeological_operations/data_importer.py @@ -173,7 +173,8 @@ class OperationImporterBibracte(Importer): # fin ImportFormater('excavation_end_date', DateFormater('%Y/%m/%d'),), # Chronos - ImportFormater('periods', TypeFormater(models.Period, many_split="&")), + ImportFormater('periods', TypeFormater(models.Period, many_split="&"), + required=False), ] RE_PARCEL_SECT_NUM = re.compile("([A-Za-z]*)([0-9]*)") -- cgit v1.2.3