summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-03-27 12:14:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-03-27 12:19:15 +0100
commit41de8783a4307a305a09ae522db9cec53f4b43ca (patch)
treed5e6ebc45d41f9729e2604a44a5eae09ceae6430 /archaeological_context_records
parente0e01265db6b6558d520b8c12a841f62e7f2b2c3 (diff)
downloadIshtar-41de8783a4307a305a09ae522db9cec53f4b43ca.tar.bz2
Ishtar-41de8783a4307a305a09ae522db9cec53f4b43ca.zip
🗃️ sites - models: add dating
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 800a6604b..2eb9c0380 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -30,8 +30,7 @@ from django.db.models import Q
from django.db.models.signals import m2m_changed, pre_delete, post_delete, post_save
from django.urls import reverse, reverse_lazy
-from ishtar_common.utils import get_generated_id, gettext_lazy as _, pgettext_lazy, \
- pgettext
+from ishtar_common.utils import gettext_lazy as _, pgettext_lazy, pgettext
from django.utils.text import slugify
@@ -395,7 +394,7 @@ class ContextRecord(
[
("unit__label", _("Context record type")),
("operation__cached_label", _("Operation")),
- ("datings__period__label", _("Chronological period")),
+ ("periods__label", _("Chronological period")),
("identifications__label", _("Identification")),
("activity__label", _("Activity")),
("excavation_technics__label", _("Excavation techniques")),