From 81be8409742e3a3939b3c90311550d208bcf42e1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 28 Nov 2023 13:11:44 +0100 Subject: 🐛 GIS form - remove "timestamp" fields (refs #5673) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/forms_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 0f076a9a1..ecff07888 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -2736,7 +2736,7 @@ class GISForm(forms.ModelForm, CustomForm, ManageOldType): class Meta: model = models.GeoVectorData exclude = ["need_update", "imports", "cached_x", "cached_y", "cached_z", - "source_content_type"] + "source_content_type", "timestamp_label", "timestamp_geo"] HEADERS = { "related_items_ishtar_common_town": FormHeader( -- cgit v1.2.3