diff options
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
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, |