|
@@ -929,10 +929,7 @@ class Column: |
|
|
self.warnings.append( |
|
|
self.warnings.append( |
|
|
{ |
|
|
{ |
|
|
"col": self.column_number, |
|
|
"col": self.column_number, |
|
|
"message": _( |
|
|
|
|
|
"Date format could not be determined from the values in" |
|
|
|
|
|
" this column. Defaulting to yyyy-mm-dd." |
|
|
|
|
|
), |
|
|
|
|
|
|
|
|
"message": _("Date format could not be determined from the values in this column. Defaulting to yyyy-mm-dd."), |
|
|
"type": "info", |
|
|
"type": "info", |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
|