From 0e87aae64761766e8f74328a8e68e079062aa0af Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Oct 2023 13:32:28 +0200 Subject: ✨ imports: manage ods, xls and xlsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert them to CSV and store the resulting file in a specific field. --- ishtar_common/migrations/0231_default_mandatory_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/migrations/0231_default_mandatory_keys.py') diff --git a/ishtar_common/migrations/0231_default_mandatory_keys.py b/ishtar_common/migrations/0231_default_mandatory_keys.py index 59624d00b..568e60b9a 100644 --- a/ishtar_common/migrations/0231_default_mandatory_keys.py +++ b/ishtar_common/migrations/0231_default_mandatory_keys.py @@ -30,7 +30,7 @@ def migrate(apps, __): class Migration(migrations.Migration): dependencies = [ - ('ishtar_common', '0230_auto_20231005_1650'), + ('ishtar_common', '0230_auto_20231018_1551'), ] operations = [ -- cgit v1.2.3