diff options
Diffstat (limited to 'ishtar_common/management')
-rw-r--r-- | ishtar_common/management/commands/migrate_to_geo_v4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/management/commands/migrate_to_geo_v4.py b/ishtar_common/management/commands/migrate_to_geo_v4.py index e762bae94..1b2a2dadc 100644 --- a/ishtar_common/management/commands/migrate_to_geo_v4.py +++ b/ishtar_common/management/commands/migrate_to_geo_v4.py @@ -347,7 +347,7 @@ def migrate(log=True, process_number=1): model_content_type = ContentType.objects.get(app_label=app, model=model_slug) data_type_outline, __ = models_common.GeoDataType.objects.get_or_create( txt_idx=f"{model_slug}-outline", - defaults={"label": f"Contour d'{model_name}"}, + defaults={"label": f"Contour {model_full_name}"}, ) data_type_center, __ = models_common.GeoDataType.objects.get_or_create( txt_idx=f"{model_slug}-center", |