summaryrefslogtreecommitdiff
path: root/ishtar_common/models_common.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-16 19:04:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-16 19:04:34 +0200
commitfd5e330ede426a7152deab41620b6a60b63df220 (patch)
tree02fb227e93c929db6dc4a3d6ef254516bdc6f2fe /ishtar_common/models_common.py
parent0f88ac0c7abd4ecb5e9bed54474af23752efcbcd (diff)
downloadIshtar-fd5e330ede426a7152deab41620b6a60b63df220.tar.bz2
Ishtar-fd5e330ede426a7152deab41620b6a60b63df220.zip
🗃️ context records new fields, default values, admin interface - town add notice (refs #6024)
Town: - notice Context records: - excavated length - excavated width - structure - texture - colors - details on colors - inclusions
Diffstat (limited to 'ishtar_common/models_common.py')
-rw-r--r--ishtar_common/models_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models_common.py b/ishtar_common/models_common.py
index 98dbb047b..9aec54534 100644
--- a/ishtar_common/models_common.py
+++ b/ishtar_common/models_common.py
@@ -3398,6 +3398,7 @@ class Town(GeographicItem, Imported, DocumentItem, MainItem, models.Model):
)
limit = models.MultiPolygonField(_("Limit"), blank=True, null=True)
numero_insee = models.CharField("Code commune (numéro INSEE)", max_length=120)
+ notice = models.TextField(_("Notice"), blank=True, default="")
departement = models.ForeignKey(
Department,
verbose_name=_("Department"),