From 041ba07806d1b422e1e50b77551a280362dc18cd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Aug 2023 00:49:00 +0200 Subject: 📝 update variable in documentation (add area and town) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/generate_values_doc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/generate_values_doc.py') diff --git a/docs/generate_values_doc.py b/docs/generate_values_doc.py index 6ed8cde0c..c8f6cc234 100644 --- a/docs/generate_values_doc.py +++ b/docs/generate_values_doc.py @@ -54,12 +54,12 @@ EXCLUDED = [ "relation_dot", "relation_dot_above", "relation_dot_below", "relation_image_above", "relation_image_below", "auto_external_id", "history_date", "created", "cached_x", "cached_y", "cached_z", - "import_key", + "import_key", "departement", ] EXCLUDED += ["parcel_owner"] # temporary MODELS = { - "ishtar_common": ["person", "organization", "author", "document", "geovectordata"], + "ishtar_common": ["person", "organization", "author", "document", "geovectordata", "area", "town"], "archaeological_operations": ["operation", "archaeologicalsite", "parcel", "administrativeact"], "archaeological_files": ["file"], -- cgit v1.2.3