From 399e82dfc7680541820a59951e3f8689198314bc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Aug 2016 19:16:43 +0200 Subject: Context records: add comments on dating (refs #3149) --- archaeological_context_records/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_context_records/models.py') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 1378463a5..89e771eba 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -143,6 +143,8 @@ class ContextRecord(BaseHistorizedItem, OwnPerms, ShortMenuItem): help_text=_(u"A short description of the location of the context " u"record")) datings = models.ManyToManyField(Dating) + datings_comment = models.TextField(_(u"Comment on datings"), blank=True, + null=True) unit = models.ForeignKey(Unit, verbose_name=_(u"Unit"), related_name='+', blank=True, null=True) has_furniture = models.NullBooleanField(_(u"Has furniture?"), blank=True, -- cgit v1.2.3